Html Css Color HEX #B0960B Lucky

📋 copy color: '#B0960B'

red 176 ◦ green 150 ◦ blue 11

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

Shades of Lucky #B0960B

Tints of Lucky #B0960B

RGB

 RED value IS 176 (69.14% from 255) = 52.23%

 GREEN value IS 150 (58.98% from 255) = 44.51%

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 52.23%
G = 44.51%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0960B (or 0xB0960B) is known color: Lucky. HEX triplet: B0, 96 and 0B. RGB value is (176,150,11). Sum of RGB (Red+Green+Blue) = 176+150+11=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0960B is #4F69F4. Grayscale: #8E8E8E. Windows color (decimal): -5204469 or 759472. OLE color: 759472.

HSL color Cylindrical-coordinate representation of color #B0960B: hue angle of 50.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0960B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 11 -
CMYK 0 0.15 0.94 0.31
HSL 50.55º 0.88% 0.37% -
HSV(B) 50.55º 0.94% 0.69% -
XYZ 28.87 31.07 4.79 -
YUV 141.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 176 150 11 0 0.15 0.94 0.31 50.55 0.88 0.37
Hex B0 96 B 0 F 5E 1F 33 58 25
Octal 260 226 13 0 17 136 37 63 130 45
Binary 10110000 10010110 1011 0 1111 1011110 11111 110011 1011000 100101

Color Harmonies of #B0960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0960B

Black with #B0960B

Text Example


Text Example

White with #B0960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0960B; }

 p { color: rgb(176,150,11); }

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

background-color css

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

 a { background-color: rgb(176,150,11); }

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

border-color css

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

 span { border-color: rgb(176,150,11); }

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