Html Css Color HEX #BB6B13 Ochre

📋 copy color: '#BB6B13'

red 187 ◦ green 107 ◦ blue 19

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

Shades of Ochre #BB6B13

Tints of Ochre #BB6B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 59.74%
G = 34.19%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6B13 (or 0xBB6B13) is known color: Ochre. HEX triplet: BB, 6B and 13. RGB value is (187,107,19). Sum of RGB (Red+Green+Blue) = 187+107+19=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6B13 is #4494EC. Grayscale: #797979. Windows color (decimal): -4494573 or 1272763. OLE color: 1272763.

HSL color Cylindrical-coordinate representation of color #BB6B13: hue angle of 31.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6B13 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 19 -
CMYK 0 0.43 0.90 0.27
HSL 31.43º 0.82% 0.4% -
HSV(B) 31.43º 0.9% 0.73% -
XYZ 25.87 21.13 3.33 -
YUV 120.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 187 107 19 0 0.43 0.90 0.27 31.43 0.82 0.4
Hex BB 6B 13 0 2B 5A 1B 1F 52 28
Octal 273 153 23 0 53 132 33 37 122 50
Binary 10111011 1101011 10011 0 101011 1011010 11011 11111 1010010 101000

Color Harmonies of #BB6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B13

Black with #BB6B13

Text Example


Text Example

White with #BB6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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