Html Css Color HEX #B09609 Lucky

📋 copy color: '#B09609'

red 176 ◦ green 150 ◦ blue 9

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

Shades of Lucky #B09609

Tints of Lucky #B09609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 52.54%
G = 44.78%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B09609 (or 0xB09609) is known color: Lucky. HEX triplet: B0, 96 and 09. RGB value is (176,150,9). Sum of RGB (Red+Green+Blue) = 176+150+9=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B09609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09609 is #4F69F6. Grayscale: #8E8E8E. Windows color (decimal): -5204471 or 628400. OLE color: 628400.

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

Color convert

RGB 176 150 9 -
CMYK 0 0.15 0.95 0.31
HSL 50.66º 0.9% 0.36% -
HSV(B) 50.66º 0.95% 0.69% -
XYZ 28.86 31.06 4.73 -
YUV 141.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 176 150 9 0 0.15 0.95 0.31 50.66 0.9 0.36
Hex B0 96 9 0 F 5F 1F 33 5A 24
Octal 260 226 11 0 17 137 37 63 132 44
Binary 10110000 10010110 1001 0 1111 1011111 11111 110011 1011010 100100

Color Harmonies of #B09609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09609

Black with #B09609

Text Example


Text Example

White with #B09609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09609; }

 p { color: rgb(176,150,9); }

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

background-color css

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

 a { background-color: rgb(176,150,9); }

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

border-color css

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

 span { border-color: rgb(176,150,9); }

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