Html Css Color HEX #B29F1B Lucky

📋 copy color: '#B29F1B'

red 178 ◦ green 159 ◦ blue 27

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

Shades of Lucky #B29F1B

Tints of Lucky #B29F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 48.9%
G = 43.68%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B29F1B (or 0xB29F1B) is known color: Lucky. HEX triplet: B2, 9F and 1B. RGB value is (178,159,27). Sum of RGB (Red+Green+Blue) = 178+159+27=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29F1B is #4D60E4. Grayscale: #969696. Windows color (decimal): -5071077 or 1810354. OLE color: 1810354.

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

Color convert

RGB 178 159 27 -
CMYK 0 0.11 0.85 0.30
HSL 52.45º 0.74% 0.4% -
HSV(B) 52.45º 0.85% 0.7% -
XYZ 30.96 34.34 6.03 -
YUV 149.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 178 159 27 0 0.11 0.85 0.30 52.45 0.74 0.4
Hex B2 9F 1B 0 B 55 1E 34 4A 28
Octal 262 237 33 0 13 125 36 64 112 50
Binary 10110010 10011111 11011 0 1011 1010101 11110 110100 1001010 101000

Color Harmonies of #B29F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F1B

Black with #B29F1B

Text Example


Text Example

White with #B29F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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