Html Css Color HEX #B09B0F Lucky

📋 copy color: '#B09B0F'

red 176 ◦ green 155 ◦ blue 15

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

Shades of Lucky #B09B0F

Tints of Lucky #B09B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 50.87%
G = 44.8%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B09B0F (or 0xB09B0F) is known color: Lucky. HEX triplet: B0, 9B and 0F. RGB value is (176,155,15). Sum of RGB (Red+Green+Blue) = 176+155+15=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09B0F is #4F64F0. Grayscale: #919191. Windows color (decimal): -5203185 or 1022896. OLE color: 1022896.

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

Color convert

RGB 176 155 15 -
CMYK 0 0.12 0.91 0.31
HSL 52.17º 0.84% 0.37% -
HSV(B) 52.17º 0.91% 0.69% -
XYZ 29.71 32.71 5.2 -
YUV 145.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 176 155 15 0 0.12 0.91 0.31 52.17 0.84 0.37
Hex B0 9B F 0 C 5B 1F 34 54 25
Octal 260 233 17 0 14 133 37 64 124 45
Binary 10110000 10011011 1111 0 1100 1011011 11111 110100 1010100 100101

Color Harmonies of #B09B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B0F

Black with #B09B0F

Text Example


Text Example

White with #B09B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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