Html Css Color HEX #B2980F Lucky

📋 copy color: '#B2980F'

red 178 ◦ green 152 ◦ blue 15

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

Shades of Lucky #B2980F

Tints of Lucky #B2980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 51.59%
G = 44.06%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2980F (or 0xB2980F) is known color: Lucky. HEX triplet: B2, 98 and 0F. RGB value is (178,152,15). Sum of RGB (Red+Green+Blue) = 178+152+15=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2980F is #4D67F0. Grayscale: #909090. Windows color (decimal): -5072881 or 1022130. OLE color: 1022130.

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

Color convert

RGB 178 152 15 -
CMYK 0 0.15 0.92 0.30
HSL 50.43º 0.84% 0.38% -
HSV(B) 50.43º 0.92% 0.7% -
XYZ 29.67 31.96 5.06 -
YUV 144.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 178 152 15 0 0.15 0.92 0.30 50.43 0.84 0.38
Hex B2 98 F 0 F 5C 1E 32 54 26
Octal 262 230 17 0 17 134 36 62 124 46
Binary 10110010 10011000 1111 0 1111 1011100 11110 110010 1010100 100110

Color Harmonies of #B2980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2980F

Black with #B2980F

Text Example


Text Example

White with #B2980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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