Html Css Color HEX #B09F06 Lucky

📋 copy color: '#B09F06'

red 176 ◦ green 159 ◦ blue 6

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

Shades of Lucky #B09F06

Tints of Lucky #B09F06

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 51.61%
G = 46.63%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B09F06 (or 0xB09F06) is known color: Lucky. HEX triplet: B0, 9F and 06. RGB value is (176,159,6). Sum of RGB (Red+Green+Blue) = 176+159+6=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09F06 is #4F60F9. Grayscale: #939393. Windows color (decimal): -5202170 or 434096. OLE color: 434096.

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

Color convert

RGB 176 159 6 -
CMYK 0 0.10 0.97 0.31
HSL 54º 0.93% 0.36% -
HSV(B) 54º 0.97% 0.69% -
XYZ 30.34 34.04 5.14 -
YUV 146.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 176 159 6 0 0.10 0.97 0.31 54 0.93 0.36
Hex B0 9F 6 0 A 61 1F 36 5D 24
Octal 260 237 6 0 12 141 37 66 135 44
Binary 10110000 10011111 110 0 1010 1100001 11111 110110 1011101 100100

Color Harmonies of #B09F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F06

Black with #B09F06

Text Example


Text Example

White with #B09F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F06; }

 p { color: rgb(176,159,6); }

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

background-color css

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

 a { background-color: rgb(176,159,6); }

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

border-color css

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

 span { border-color: rgb(176,159,6); }

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