Html Css Color HEX #B29D1F Lucky

📋 copy color: '#B29D1F'

red 178 ◦ green 157 ◦ blue 31

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

Shades of Lucky #B29D1F

Tints of Lucky #B29D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 48.63%
G = 42.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B29D1F (or 0xB29D1F) is known color: Lucky. HEX triplet: B2, 9D and 1F. RGB value is (178,157,31). Sum of RGB (Red+Green+Blue) = 178+157+31=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1F is #4D62E0. Grayscale: #959595. Windows color (decimal): -5071585 or 2071986. OLE color: 2071986.

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

Color convert

RGB 178 157 31 -
CMYK 0 0.12 0.83 0.30
HSL 51.43º 0.7% 0.41% -
HSV(B) 51.43º 0.83% 0.7% -
XYZ 30.66 33.68 6.18 -
YUV 148.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 178 157 31 0 0.12 0.83 0.30 51.43 0.7 0.41
Hex B2 9D 1F 0 C 53 1E 33 46 29
Octal 262 235 37 0 14 123 36 63 106 51
Binary 10110010 10011101 11111 0 1100 1010011 11110 110011 1000110 101001

Color Harmonies of #B29D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D1F

Black with #B29D1F

Text Example


Text Example

White with #B29D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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