Html Css Color HEX #BB6C14 Ochre

📋 copy color: '#BB6C14'

red 187 ◦ green 108 ◦ blue 20

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

Shades of Ochre #BB6C14

Tints of Ochre #BB6C14

RGB

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

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

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

R = 59.37%
G = 34.29%
B = 6.35%

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

#BB6C14 (or 0xBB6C14) is known color: Ochre. HEX triplet: BB, 6C and 14. RGB value is (187,108,20). Sum of RGB (Red+Green+Blue) = 187+108+20=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C14 is #4493EB. Grayscale: #7A7A7A. Windows color (decimal): -4494316 or 1338555. OLE color: 1338555.

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

Color convert

RGB 187 108 20 -
CMYK 0 0.42 0.89 0.27
HSL 31.62º 0.81% 0.41% -
HSV(B) 31.62º 0.89% 0.73% -
XYZ 25.98 21.34 3.41 -
YUV 121.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 187 108 20 0 0.42 0.89 0.27 31.62 0.81 0.41
Hex BB 6C 14 0 2A 59 1B 20 51 29
Octal 273 154 24 0 52 131 33 40 121 51
Binary 10111011 1101100 10100 0 101010 1011001 11011 100000 1010001 101001

Color Harmonies of #BB6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C14

Black with #BB6C14

Text Example


Text Example

White with #BB6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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