Html Css Color HEX #B0990B Lucky

📋 copy color: '#B0990B'

red 176 ◦ green 153 ◦ blue 11

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

Shades of Lucky #B0990B

Tints of Lucky #B0990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 51.76%
G = 45%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0990B (or 0xB0990B) is known color: Lucky. HEX triplet: B0, 99 and 0B. RGB value is (176,153,11). Sum of RGB (Red+Green+Blue) = 176+153+11=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0990B is #4F66F4. Grayscale: #909090. Windows color (decimal): -5203701 or 760240. OLE color: 760240.

HSL color Cylindrical-coordinate representation of color #B0990B: hue angle of 51.64º 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 #B0990B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 11 -
CMYK 0 0.13 0.94 0.31
HSL 51.64º 0.88% 0.37% -
HSV(B) 51.64º 0.94% 0.69% -
XYZ 29.36 32.04 4.95 -
YUV 143.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 176 153 11 0 0.13 0.94 0.31 51.64 0.88 0.37
Hex B0 99 B 0 D 5E 1F 34 58 25
Octal 260 231 13 0 15 136 37 64 130 45
Binary 10110000 10011001 1011 0 1101 1011110 11111 110100 1011000 100101

Color Harmonies of #B0990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0990B

Black with #B0990B

Text Example


Text Example

White with #B0990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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