Html Css Color HEX #B09B0E Lucky

📋 copy color: '#B09B0E'

red 176 ◦ green 155 ◦ blue 14

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

Shades of Lucky #B09B0E

Tints of Lucky #B09B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

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

R = 51.01%
G = 44.93%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B09B0E (or 0xB09B0E) is known color: Lucky. HEX triplet: B0, 9B and 0E. RGB value is (176,155,14). Sum of RGB (Red+Green+Blue) = 176+155+14=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09B0E is #4F64F1. Grayscale: #919191. Windows color (decimal): -5203186 or 957360. OLE color: 957360.

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

Color convert

RGB 176 155 14 -
CMYK 0 0.12 0.92 0.31
HSL 52.22º 0.85% 0.37% -
HSV(B) 52.22º 0.92% 0.69% -
XYZ 29.71 32.7 5.16 -
YUV 145.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 176 155 14 0 0.12 0.92 0.31 52.22 0.85 0.37
Hex B0 9B E 0 C 5C 1F 34 55 25
Octal 260 233 16 0 14 134 37 64 125 45
Binary 10110000 10011011 1110 0 1100 1011100 11111 110100 1010101 100101

Color Harmonies of #B09B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B0E

Black with #B09B0E

Text Example


Text Example

White with #B09B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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