Html Css Color HEX #B29D1D Lucky

📋 copy color: '#B29D1D'

red 178 ◦ green 157 ◦ blue 29

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

Shades of Lucky #B29D1D

Tints of Lucky #B29D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 48.9%
G = 43.13%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B29D1D (or 0xB29D1D) is known color: Lucky. HEX triplet: B2, 9D and 1D. RGB value is (178,157,29). Sum of RGB (Red+Green+Blue) = 178+157+29=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1D is #4D62E2. Grayscale: #959595. Windows color (decimal): -5071587 or 1940914. OLE color: 1940914.

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

Color convert

RGB 178 157 29 -
CMYK 0 0.12 0.84 0.30
HSL 51.54º 0.72% 0.41% -
HSV(B) 51.54º 0.84% 0.7% -
XYZ 30.64 33.67 6.05 -
YUV 148.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 178 157 29 0 0.12 0.84 0.30 51.54 0.72 0.41
Hex B2 9D 1D 0 C 54 1E 34 48 29
Octal 262 235 35 0 14 124 36 64 110 51
Binary 10110010 10011101 11101 0 1100 1010100 11110 110100 1001000 101001

Color Harmonies of #B29D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D1D

Black with #B29D1D

Text Example


Text Example

White with #B29D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D1D; }

 p { color: rgb(178,157,29); }

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

background-color css

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

 a { background-color: rgb(178,157,29); }

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

border-color css

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

 span { border-color: rgb(178,157,29); }

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