Html Css Color HEX #BB6E0F Ochre

📋 copy color: '#BB6E0F'

red 187 ◦ green 110 ◦ blue 15

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

Shades of Ochre #BB6E0F

Tints of Ochre #BB6E0F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 59.94%
G = 35.26%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB6E0F (or 0xBB6E0F) is known color: Ochre. HEX triplet: BB, 6E and 0F. RGB value is (187,110,15). Sum of RGB (Red+Green+Blue) = 187+110+15=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E0F is #4491F0. Grayscale: #7A7A7A. Windows color (decimal): -4493809 or 1011387. OLE color: 1011387.

HSL color Cylindrical-coordinate representation of color #BB6E0F: hue angle of 33.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB6E0F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 15 -
CMYK 0 0.41 0.92 0.27
HSL 33.14º 0.85% 0.4% -
HSV(B) 33.14º 0.92% 0.73% -
XYZ 26.16 21.75 3.27 -
YUV 122.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 187 110 15 0 0.41 0.92 0.27 33.14 0.85 0.4
Hex BB 6E F 0 29 5C 1B 21 55 28
Octal 273 156 17 0 51 134 33 41 125 50
Binary 10111011 1101110 1111 0 101001 1011100 11011 100001 1010101 101000

Color Harmonies of #BB6E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E0F

Black with #BB6E0F

Text Example


Text Example

White with #BB6E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E0F; }

 p { color: rgb(187,110,15); }

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

background-color css

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

 a { background-color: rgb(187,110,15); }

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

border-color css

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

 span { border-color: rgb(187,110,15); }

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