Html Css Color HEX #B09212 Lucky

📋 copy color: '#B09212'

red 176 ◦ green 146 ◦ blue 18

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

Shades of Lucky #B09212

Tints of Lucky #B09212

RGB

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

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

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

R = 51.76%
G = 42.94%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B09212 (or 0xB09212) is known color: Lucky. HEX triplet: B0, 92 and 12. RGB value is (176,146,18). Sum of RGB (Red+Green+Blue) = 176+146+18=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09212 is #4F6DED. Grayscale: #8C8C8C. Windows color (decimal): -5205486 or 1217200. OLE color: 1217200.

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

Color convert

RGB 176 146 18 -
CMYK 0 0.17 0.90 0.31
HSL 48.61º 0.81% 0.38% -
HSV(B) 48.61º 0.9% 0.69% -
XYZ 28.29 29.83 4.84 -
YUV 140.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 176 146 18 0 0.17 0.90 0.31 48.61 0.81 0.38
Hex B0 92 12 0 11 5A 1F 31 51 26
Octal 260 222 22 0 21 132 37 61 121 46
Binary 10110000 10010010 10010 0 10001 1011010 11111 110001 1010001 100110

Color Harmonies of #B09212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09212

Black with #B09212

Text Example


Text Example

White with #B09212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09212; }

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

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

background-color css

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

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

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

border-color css

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

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

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