Html Css Color HEX #BB6C15 Ochre

📋 copy color: '#BB6C15'

red 187 ◦ green 108 ◦ blue 21

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

Shades of Ochre #BB6C15

Tints of Ochre #BB6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 59.18%
G = 34.18%
B = 6.65%

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

#BB6C15 (or 0xBB6C15) is known color: Ochre. HEX triplet: BB, 6C and 15. RGB value is (187,108,21). Sum of RGB (Red+Green+Blue) = 187+108+21=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C15 is #4493EA. Grayscale: #7A7A7A. Windows color (decimal): -4494315 or 1404091. OLE color: 1404091.

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

Color convert

RGB 187 108 21 -
CMYK 0 0.42 0.89 0.27
HSL 31.45º 0.8% 0.41% -
HSV(B) 31.45º 0.89% 0.73% -
XYZ 25.99 21.34 3.46 -
YUV 121.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 187 108 21 0 0.42 0.89 0.27 31.45 0.8 0.41
Hex BB 6C 15 0 2A 59 1B 1F 50 29
Octal 273 154 25 0 52 131 33 37 120 51
Binary 10111011 1101100 10101 0 101010 1011001 11011 11111 1010000 101001

Color Harmonies of #BB6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C15

Black with #BB6C15

Text Example


Text Example

White with #BB6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C15; }

 p { color: rgb(187,108,21); }

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

background-color css

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

 a { background-color: rgb(187,108,21); }

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

border-color css

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

 span { border-color: rgb(187,108,21); }

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