Html Css Color HEX #B08F17 Lucky

📋 copy color: '#B08F17'

red 176 ◦ green 143 ◦ blue 23

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

Shades of Lucky #B08F17

Tints of Lucky #B08F17

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 51.46%
G = 41.81%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B08F17 (or 0xB08F17) is known color: Lucky. HEX triplet: B0, 8F and 17. RGB value is (176,143,23). Sum of RGB (Red+Green+Blue) = 176+143+23=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08F17 is #4F70E8. Grayscale: #8B8B8B. Windows color (decimal): -5206249 or 1544112. OLE color: 1544112.

HSL color Cylindrical-coordinate representation of color #B08F17: hue angle of 47.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B08F17 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 23 -
CMYK 0 0.19 0.87 0.31
HSL 47.06º 0.77% 0.39% -
HSV(B) 47.06º 0.87% 0.69% -
XYZ 27.88 28.94 4.93 -
YUV 139.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 176 143 23 0 0.19 0.87 0.31 47.06 0.77 0.39
Hex B0 8F 17 0 13 57 1F 2F 4D 27
Octal 260 217 27 0 23 127 37 57 115 47
Binary 10110000 10001111 10111 0 10011 1010111 11111 101111 1001101 100111

Color Harmonies of #B08F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F17

Black with #B08F17

Text Example


Text Example

White with #B08F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F17; }

 p { color: rgb(176,143,23); }

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

background-color css

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

 a { background-color: rgb(176,143,23); }

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

border-color css

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

 span { border-color: rgb(176,143,23); }

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