Html Css Color HEX #B29D12 Lucky

📋 copy color: '#B29D12'

red 178 ◦ green 157 ◦ blue 18

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

Shades of Lucky #B29D12

Tints of Lucky #B29D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 50.42%
G = 44.48%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29D12 (or 0xB29D12) is known color: Lucky. HEX triplet: B2, 9D and 12. RGB value is (178,157,18). Sum of RGB (Red+Green+Blue) = 178+157+18=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D12 is #4D62ED. Grayscale: #949494. Windows color (decimal): -5071598 or 1220018. OLE color: 1220018.

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

Color convert

RGB 178 157 18 -
CMYK 0 0.12 0.90 0.30
HSL 52.13º 0.82% 0.38% -
HSV(B) 52.13º 0.9% 0.7% -
XYZ 30.53 33.62 5.45 -
YUV 147.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 178 157 18 0 0.12 0.90 0.30 52.13 0.82 0.38
Hex B2 9D 12 0 C 5A 1E 34 52 26
Octal 262 235 22 0 14 132 36 64 122 46
Binary 10110010 10011101 10010 0 1100 1011010 11110 110100 1010010 100110

Color Harmonies of #B29D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D12

Black with #B29D12

Text Example


Text Example

White with #B29D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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