Html Css Color HEX #B29F01 Lucky

📋 copy color: '#B29F01'

red 178 ◦ green 159 ◦ blue 1

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

Shades of Lucky #B29F01

Tints of Lucky #B29F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 52.66%
G = 47.04%
B = 0.3%

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

#B29F01 (or 0xB29F01) is known color: Lucky. HEX triplet: B2, 9F and 01. RGB value is (178,159,1). Sum of RGB (Red+Green+Blue) = 178+159+1=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F01 is #4D60FE. Grayscale: #939393. Windows color (decimal): -5071103 or 106418. OLE color: 106418.

HSL color Cylindrical-coordinate representation of color #B29F01: hue angle of 53.56º degrees, saturation: 0.99, 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 #B29F01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 1 -
CMYK 0 0.11 0.99 0.30
HSL 53.56º 0.99% 0.35% -
HSV(B) 53.56º 0.99% 0.7% -
XYZ 30.76 34.26 5.02 -
YUV 146.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 178 159 1 0 0.11 0.99 0.30 53.56 0.99 0.35
Hex B2 9F 1 0 B 63 1E 36 63 23
Octal 262 237 1 0 13 143 36 66 143 43
Binary 10110010 10011111 1 0 1011 1100011 11110 110110 1100011 100011

Color Harmonies of #B29F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F01

Black with #B29F01

Text Example


Text Example

White with #B29F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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