Html Css Color HEX #BB6A13 Ochre

📋 copy color: '#BB6A13'

red 187 ◦ green 106 ◦ blue 19

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

Shades of Ochre #BB6A13

Tints of Ochre #BB6A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 59.94%
G = 33.97%
B = 6.09%

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

#BB6A13 (or 0xBB6A13) is known color: Ochre. HEX triplet: BB, 6A and 13. RGB value is (187,106,19). Sum of RGB (Red+Green+Blue) = 187+106+19=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6A13 is #4495EC. Grayscale: #787878. Windows color (decimal): -4494829 or 1272507. OLE color: 1272507.

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

Color convert

RGB 187 106 19 -
CMYK 0 0.43 0.90 0.27
HSL 31.07º 0.82% 0.4% -
HSV(B) 31.07º 0.9% 0.73% -
XYZ 25.77 20.92 3.3 -
YUV 120.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 187 106 19 0 0.43 0.90 0.27 31.07 0.82 0.4
Hex BB 6A 13 0 2B 5A 1B 1F 52 28
Octal 273 152 23 0 53 132 33 37 122 50
Binary 10111011 1101010 10011 0 101011 1011010 11011 11111 1010010 101000

Color Harmonies of #BB6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A13

Black with #BB6A13

Text Example


Text Example

White with #BB6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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