Html Css Color HEX #BB6D14 Ochre

📋 copy color: '#BB6D14'

red 187 ◦ green 109 ◦ blue 20

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

Shades of Ochre #BB6D14

Tints of Ochre #BB6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 59.18%
G = 34.49%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6D14 (or 0xBB6D14) is known color: Ochre. HEX triplet: BB, 6D and 14. RGB value is (187,109,20). Sum of RGB (Red+Green+Blue) = 187+109+20=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6D14 is #4492EB. Grayscale: #7A7A7A. Windows color (decimal): -4494060 or 1338811. OLE color: 1338811.

HSL color Cylindrical-coordinate representation of color #BB6D14: hue angle of 31.98º 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 #BB6D14 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 109 20 -
CMYK 0 0.42 0.89 0.27
HSL 31.98º 0.81% 0.41% -
HSV(B) 31.98º 0.89% 0.73% -
XYZ 26.09 21.55 3.45 -
YUV 122.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 187 109 20 0 0.42 0.89 0.27 31.98 0.81 0.41
Hex BB 6D 14 0 2A 59 1B 20 51 29
Octal 273 155 24 0 52 131 33 40 121 51
Binary 10111011 1101101 10100 0 101010 1011001 11011 100000 1010001 101001

Color Harmonies of #BB6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D14

Black with #BB6D14

Text Example


Text Example

White with #BB6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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