Html Css Color HEX #BB6913 Ochre

📋 copy color: '#BB6913'

red 187 ◦ green 105 ◦ blue 19

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

Shades of Ochre #BB6913

Tints of Ochre #BB6913

RGB

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

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

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

R = 60.13%
G = 33.76%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6913 (or 0xBB6913) is known color: Ochre. HEX triplet: BB, 69 and 13. RGB value is (187,105,19). Sum of RGB (Red+Green+Blue) = 187+105+19=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6913 is #4496EC. Grayscale: #787878. Windows color (decimal): -4495085 or 1272251. OLE color: 1272251.

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

Color convert

RGB 187 105 19 -
CMYK 0 0.44 0.90 0.27
HSL 30.71º 0.82% 0.4% -
HSV(B) 30.71º 0.9% 0.73% -
XYZ 25.66 20.71 3.26 -
YUV 119.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 187 105 19 0 0.44 0.90 0.27 30.71 0.82 0.4
Hex BB 69 13 0 2C 5A 1B 1F 52 28
Octal 273 151 23 0 54 132 33 37 122 50
Binary 10111011 1101001 10011 0 101100 1011010 11011 11111 1010010 101000

Color Harmonies of #BB6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6913

Black with #BB6913

Text Example


Text Example

White with #BB6913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6913; }

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

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

background-color css

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

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

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

border-color css

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

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

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