Html Css Color HEX #B09210 Lucky

📋 copy color: '#B09210'

red 176 ◦ green 146 ◦ blue 16

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

Shades of Lucky #B09210

Tints of Lucky #B09210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 52.07%
G = 43.2%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B09210 (or 0xB09210) is known color: Lucky. HEX triplet: B0, 92 and 10. RGB value is (176,146,16). Sum of RGB (Red+Green+Blue) = 176+146+16=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B09210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09210 is #4F6DEF. Grayscale: #8C8C8C. Windows color (decimal): -5205488 or 1086128. OLE color: 1086128.

HSL color Cylindrical-coordinate representation of color #B09210: hue angle of 48.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B09210 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 16 -
CMYK 0 0.17 0.91 0.31
HSL 48.75º 0.83% 0.38% -
HSV(B) 48.75º 0.91% 0.69% -
XYZ 28.28 29.83 4.76 -
YUV 140.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 176 146 16 0 0.17 0.91 0.31 48.75 0.83 0.38
Hex B0 92 10 0 11 5B 1F 31 53 26
Octal 260 222 20 0 21 133 37 61 123 46
Binary 10110000 10010010 10000 0 10001 1011011 11111 110001 1010011 100110

Color Harmonies of #B09210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09210

Black with #B09210

Text Example


Text Example

White with #B09210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09210; }

 p { color: rgb(176,146,16); }

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

background-color css

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

 a { background-color: rgb(176,146,16); }

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

border-color css

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

 span { border-color: rgb(176,146,16); }

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