Html Css Color HEX #B09D12 Lucky

📋 copy color: '#B09D12'

red 176 ◦ green 157 ◦ blue 18

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

Shades of Lucky #B09D12

Tints of Lucky #B09D12

RGB

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

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

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

R = 50.14%
G = 44.73%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B09D12 (or 0xB09D12) is known color: Lucky. HEX triplet: B0, 9D and 12. RGB value is (176,157,18). Sum of RGB (Red+Green+Blue) = 176+157+18=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09D12 is #4F62ED. Grayscale: #939393. Windows color (decimal): -5202670 or 1220016. OLE color: 1220016.

HSL color Cylindrical-coordinate representation of color #B09D12: hue angle of 52.78º 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 #B09D12 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 157 18 -
CMYK 0 0.11 0.90 0.31
HSL 52.78º 0.81% 0.38% -
HSV(B) 52.78º 0.9% 0.69% -
XYZ 30.07 33.39 5.43 -
YUV 146.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 176 157 18 0 0.11 0.90 0.31 52.78 0.81 0.38
Hex B0 9D 12 0 B 5A 1F 35 51 26
Octal 260 235 22 0 13 132 37 65 121 46
Binary 10110000 10011101 10010 0 1011 1011010 11111 110101 1010001 100110

Color Harmonies of #B09D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D12

Black with #B09D12

Text Example


Text Example

White with #B09D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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