Html Css Color HEX #BB6B14 Ochre

📋 copy color: '#BB6B14'

red 187 ◦ green 107 ◦ blue 20

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

Shades of Ochre #BB6B14

Tints of Ochre #BB6B14

RGB

 RED value IS 187 (73.44% from 255) = 59.55%

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 59.55%
G = 34.08%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6B14 (or 0xBB6B14) is known color: Ochre. HEX triplet: BB, 6B and 14. RGB value is (187,107,20). Sum of RGB (Red+Green+Blue) = 187+107+20=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B14 is #4494EB. Grayscale: #797979. Windows color (decimal): -4494572 or 1338299. OLE color: 1338299.

HSL color Cylindrical-coordinate representation of color #BB6B14: hue angle of 31.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB6B14 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 20 -
CMYK 0 0.43 0.89 0.27
HSL 31.26º 0.81% 0.41% -
HSV(B) 31.26º 0.89% 0.73% -
XYZ 25.88 21.13 3.38 -
YUV 121 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 187 107 20 0 0.43 0.89 0.27 31.26 0.81 0.41
Hex BB 6B 14 0 2B 59 1B 1F 51 29
Octal 273 153 24 0 53 131 33 37 121 51
Binary 10111011 1101011 10100 0 101011 1011001 11011 11111 1010001 101001

Color Harmonies of #BB6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B14

Black with #BB6B14

Text Example


Text Example

White with #BB6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B14; }

 p { color: rgb(187,107,20); }

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

background-color css

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

 a { background-color: rgb(187,107,20); }

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

border-color css

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

 span { border-color: rgb(187,107,20); }

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