Html Css Color HEX #B09920 Lucky

📋 copy color: '#B09920'

red 176 ◦ green 153 ◦ blue 32

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

Shades of Lucky #B09920

Tints of Lucky #B09920

RGB

 RED value IS 176 (69.14% from 255) = 48.75%

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 48.75%
G = 42.38%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B09920 (or 0xB09920) is known color: Lucky. HEX triplet: B0, 99 and 20. RGB value is (176,153,32). Sum of RGB (Red+Green+Blue) = 176+153+32=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B09920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09920 is #4F66DF. Grayscale: #929292. Windows color (decimal): -5203680 or 2136496. OLE color: 2136496.

HSL color Cylindrical-coordinate representation of color #B09920: hue angle of 50.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B09920 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 32 -
CMYK 0 0.13 0.82 0.31
HSL 50.42º 0.69% 0.41% -
HSV(B) 50.42º 0.82% 0.69% -
XYZ 29.56 32.12 6.01 -
YUV 146.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 176 153 32 0 0.13 0.82 0.31 50.42 0.69 0.41
Hex B0 99 20 0 D 52 1F 32 45 29
Octal 260 231 40 0 15 122 37 62 105 51
Binary 10110000 10011001 100000 0 1101 1010010 11111 110010 1000101 101001

Color Harmonies of #B09920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09920

Black with #B09920

Text Example


Text Example

White with #B09920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09920; }

 p { color: rgb(176,153,32); }

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

background-color css

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

 a { background-color: rgb(176,153,32); }

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

border-color css

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

 span { border-color: rgb(176,153,32); }

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