Html Css Color HEX #B09F25 Lucky

📋 copy color: '#B09F25'

red 176 ◦ green 159 ◦ blue 37

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

Shades of Lucky #B09F25

Tints of Lucky #B09F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 47.31%
G = 42.74%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B09F25 (or 0xB09F25) is known color: Lucky. HEX triplet: B0, 9F and 25. RGB value is (176,159,37). Sum of RGB (Red+Green+Blue) = 176+159+37=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F25 is #4F60DA. Grayscale: #969696. Windows color (decimal): -5202139 or 2465712. OLE color: 2465712.

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

Color convert

RGB 176 159 37 -
CMYK 0 0.10 0.79 0.31
HSL 52.66º 0.65% 0.42% -
HSV(B) 52.66º 0.79% 0.69% -
XYZ 30.64 34.16 6.73 -
YUV 150.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 176 159 37 0 0.10 0.79 0.31 52.66 0.65 0.42
Hex B0 9F 25 0 A 4F 1F 35 41 2A
Octal 260 237 45 0 12 117 37 65 101 52
Binary 10110000 10011111 100101 0 1010 1001111 11111 110101 1000001 101010

Color Harmonies of #B09F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F25

Black with #B09F25

Text Example


Text Example

White with #B09F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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