Html Css Color HEX #B09608 Lucky

📋 copy color: '#B09608'

red 176 ◦ green 150 ◦ blue 8

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

Shades of Lucky #B09608

Tints of Lucky #B09608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 52.69%
G = 44.91%
B = 2.4%

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

#B09608 (or 0xB09608) is known color: Lucky. HEX triplet: B0, 96 and 08. RGB value is (176,150,8). Sum of RGB (Red+Green+Blue) = 176+150+8=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B09608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09608 is #4F69F7. Grayscale: #8E8E8E. Windows color (decimal): -5204472 or 562864. OLE color: 562864.

HSL color Cylindrical-coordinate representation of color #B09608: hue angle of 50.71º degrees, saturation: 0.91, 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 #B09608 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 8 -
CMYK 0 0.15 0.95 0.31
HSL 50.71º 0.91% 0.36% -
HSV(B) 50.71º 0.95% 0.69% -
XYZ 28.85 31.06 4.7 -
YUV 141.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 176 150 8 0 0.15 0.95 0.31 50.71 0.91 0.36
Hex B0 96 8 0 F 5F 1F 33 5B 24
Octal 260 226 10 0 17 137 37 63 133 44
Binary 10110000 10010110 1000 0 1111 1011111 11111 110011 1011011 100100

Color Harmonies of #B09608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09608

Black with #B09608

Text Example


Text Example

White with #B09608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09608; }

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

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

background-color css

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

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

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

border-color css

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

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

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