Html Css Color HEX #B09D07 Lucky

📋 copy color: '#B09D07'

red 176 ◦ green 157 ◦ blue 7

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

Shades of Lucky #B09D07

Tints of Lucky #B09D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 51.76%
G = 46.18%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B09D07 (or 0xB09D07) is known color: Lucky. HEX triplet: B0, 9D and 07. RGB value is (176,157,7). Sum of RGB (Red+Green+Blue) = 176+157+7=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09D07 is #4F62F8. Grayscale: #929292. Windows color (decimal): -5202681 or 499120. OLE color: 499120.

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

Color convert

RGB 176 157 7 -
CMYK 0 0.11 0.96 0.31
HSL 53.25º 0.92% 0.36% -
HSV(B) 53.25º 0.96% 0.69% -
XYZ 30 33.36 5.06 -
YUV 145.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 176 157 7 0 0.11 0.96 0.31 53.25 0.92 0.36
Hex B0 9D 7 0 B 60 1F 35 5C 24
Octal 260 235 7 0 13 140 37 65 134 44
Binary 10110000 10011101 111 0 1011 1100000 11111 110101 1011100 100100

Color Harmonies of #B09D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D07

Black with #B09D07

Text Example


Text Example

White with #B09D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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