Html Css Color HEX #BB6915 Ochre

📋 copy color: '#BB6915'

red 187 ◦ green 105 ◦ blue 21

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

Shades of Ochre #BB6915

Tints of Ochre #BB6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 59.74%
G = 33.55%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6915 (or 0xBB6915) is known color: Ochre. HEX triplet: BB, 69 and 15. RGB value is (187,105,21). Sum of RGB (Red+Green+Blue) = 187+105+21=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6915 is #4496EA. Grayscale: #787878. Windows color (decimal): -4495083 or 1403323. OLE color: 1403323.

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

Color convert

RGB 187 105 21 -
CMYK 0 0.44 0.89 0.27
HSL 30.36º 0.8% 0.41% -
HSV(B) 30.36º 0.89% 0.73% -
XYZ 25.68 20.72 3.36 -
YUV 119.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 187 105 21 0 0.44 0.89 0.27 30.36 0.8 0.41
Hex BB 69 15 0 2C 59 1B 1E 50 29
Octal 273 151 25 0 54 131 33 36 120 51
Binary 10111011 1101001 10101 0 101100 1011001 11011 11110 1010000 101001

Color Harmonies of #BB6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6915

Black with #BB6915

Text Example


Text Example

White with #BB6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6915; }

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

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

background-color css

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

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

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

border-color css

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

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

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