Html Css Color HEX #B09C0E Lucky

📋 copy color: '#B09C0E'

red 176 ◦ green 156 ◦ blue 14

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

Shades of Lucky #B09C0E

Tints of Lucky #B09C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 50.87%
G = 45.09%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B09C0E (or 0xB09C0E) is known color: Lucky. HEX triplet: B0, 9C and 0E. RGB value is (176,156,14). Sum of RGB (Red+Green+Blue) = 176+156+14=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C0E is #4F63F1. Grayscale: #929292. Windows color (decimal): -5202930 or 957616. OLE color: 957616.

HSL color Cylindrical-coordinate representation of color #B09C0E: hue angle of 52.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B09C0E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 14 -
CMYK 0 0.11 0.92 0.31
HSL 52.59º 0.85% 0.37% -
HSV(B) 52.59º 0.92% 0.69% -
XYZ 29.87 33.04 5.22 -
YUV 145.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 176 156 14 0 0.11 0.92 0.31 52.59 0.85 0.37
Hex B0 9C E 0 B 5C 1F 35 55 25
Octal 260 234 16 0 13 134 37 65 125 45
Binary 10110000 10011100 1110 0 1011 1011100 11111 110101 1010101 100101

Color Harmonies of #B09C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C0E

Black with #B09C0E

Text Example


Text Example

White with #B09C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C0E; }

 p { color: rgb(176,156,14); }

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

background-color css

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

 a { background-color: rgb(176,156,14); }

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

border-color css

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

 span { border-color: rgb(176,156,14); }

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