Html Css Color HEX #B2980B Lucky

📋 copy color: '#B2980B'

red 178 ◦ green 152 ◦ blue 11

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

Shades of Lucky #B2980B

Tints of Lucky #B2980B

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 52.2%
G = 44.57%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2980B (or 0xB2980B) is known color: Lucky. HEX triplet: B2, 98 and 0B. RGB value is (178,152,11). Sum of RGB (Red+Green+Blue) = 178+152+11=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2980B is #4D67F4. Grayscale: #909090. Windows color (decimal): -5072885 or 759986. OLE color: 759986.

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

Color convert

RGB 178 152 11 -
CMYK 0 0.15 0.94 0.30
HSL 50.66º 0.88% 0.37% -
HSV(B) 50.66º 0.94% 0.7% -
XYZ 29.65 31.95 4.92 -
YUV 143.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 178 152 11 0 0.15 0.94 0.30 50.66 0.88 0.37
Hex B2 98 B 0 F 5E 1E 33 58 25
Octal 262 230 13 0 17 136 36 63 130 45
Binary 10110010 10011000 1011 0 1111 1011110 11110 110011 1011000 100101

Color Harmonies of #B2980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2980B

Black with #B2980B

Text Example


Text Example

White with #B2980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2980B; }

 p { color: rgb(178,152,11); }

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

background-color css

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

 a { background-color: rgb(178,152,11); }

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

border-color css

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

 span { border-color: rgb(178,152,11); }

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