Html Css Color HEX #B29F02 Lucky

📋 copy color: '#B29F02'

red 178 ◦ green 159 ◦ blue 2

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

Shades of Lucky #B29F02

Tints of Lucky #B29F02

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 52.51%
G = 46.9%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29F02 (or 0xB29F02) is known color: Lucky. HEX triplet: B2, 9F and 02. RGB value is (178,159,2). Sum of RGB (Red+Green+Blue) = 178+159+2=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F02 is #4D60FD. Grayscale: #939393. Windows color (decimal): -5071102 or 171954. OLE color: 171954.

HSL color Cylindrical-coordinate representation of color #B29F02: hue angle of 53.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B29F02 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 2 -
CMYK 0 0.11 0.99 0.30
HSL 53.52º 0.98% 0.35% -
HSV(B) 53.52º 0.99% 0.7% -
XYZ 30.77 34.27 5.05 -
YUV 146.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 178 159 2 0 0.11 0.99 0.30 53.52 0.98 0.35
Hex B2 9F 2 0 B 63 1E 36 62 23
Octal 262 237 2 0 13 143 36 66 142 43
Binary 10110010 10011111 10 0 1011 1100011 11110 110110 1100010 100011

Color Harmonies of #B29F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F02

Black with #B29F02

Text Example


Text Example

White with #B29F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F02; }

 p { color: rgb(178,159,2); }

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

background-color css

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

 a { background-color: rgb(178,159,2); }

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

border-color css

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

 span { border-color: rgb(178,159,2); }

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