Html Css Color HEX #BC6F11 Ochre

📋 copy color: '#BC6F11'

red 188 ◦ green 111 ◦ blue 17

#BC6F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #BC6F11

Tints of Ochre #BC6F11

RGB

 RED value IS 188 (73.83% from 255) = 59.49%

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 59.49%
G = 35.13%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC6F11 (or 0xBC6F11) is known color: Ochre. HEX triplet: BC, 6F and 11. RGB value is (188,111,17). Sum of RGB (Red+Green+Blue) = 188+111+17=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F11 is #4390EE. Grayscale: #7B7B7B. Windows color (decimal): -4428015 or 1142716. OLE color: 1142716.

HSL color Cylindrical-coordinate representation of color #BC6F11: hue angle of 32.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6F11 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 111 17 -
CMYK 0 0.41 0.91 0.26
HSL 32.98º 0.83% 0.4% -
HSV(B) 32.98º 0.91% 0.74% -
XYZ 26.52 22.1 3.4 -
YUV 123.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 188 111 17 0 0.41 0.91 0.26 32.98 0.83 0.4
Hex BC 6F 11 0 29 5B 1A 21 53 28
Octal 274 157 21 0 51 133 32 41 123 50
Binary 10111100 1101111 10001 0 101001 1011011 11010 100001 1010011 101000

Color Harmonies of #BC6F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F11

Black with #BC6F11

Text Example


Text Example

White with #BC6F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F11; }

 p { color: rgb(188,111,17); }

 H1.HeaderClassName
 {
   color: #BC6F11;
 }
 .AnyTagClassName
 {
   color: #BC6F11;
 }
</style>

background-color css

<style>
 a { background-color: #BC6F11; }

 a { background-color: rgb(188,111,17); }

 div.DivClassName
 {
   background-color: #BC6F11;
 }
 .BgClassName
 {
   background-color: #BC6F11;
 }
</style>

border-color css

<style>
 span { border-color: #BC6F11; }

 span { border-color: rgb(188,111,17); }

 td.TdClassName
 {
   border-color: #BC6F11;
 }
 .TagClassName
 {
   border-color: #BC6F11;
 }
</style>