Html Css Color HEX #B0950D Lucky

📋 copy color: '#B0950D'

red 176 ◦ green 149 ◦ blue 13

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

Shades of Lucky #B0950D

Tints of Lucky #B0950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 52.07%
G = 44.08%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0950D (or 0xB0950D) is known color: Lucky. HEX triplet: B0, 95 and 0D. RGB value is (176,149,13). Sum of RGB (Red+Green+Blue) = 176+149+13=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0950D is #4F6AF2. Grayscale: #8E8E8E. Windows color (decimal): -5204723 or 890288. OLE color: 890288.

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

Color convert

RGB 176 149 13 -
CMYK 0 0.15 0.93 0.31
HSL 50.06º 0.86% 0.37% -
HSV(B) 50.06º 0.93% 0.69% -
XYZ 28.72 30.75 4.8 -
YUV 141.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 176 149 13 0 0.15 0.93 0.31 50.06 0.86 0.37
Hex B0 95 D 0 F 5D 1F 32 56 25
Octal 260 225 15 0 17 135 37 62 126 45
Binary 10110000 10010101 1101 0 1111 1011101 11111 110010 1010110 100101

Color Harmonies of #B0950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0950D

Black with #B0950D

Text Example


Text Example

White with #B0950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0950D; }

 p { color: rgb(176,149,13); }

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

background-color css

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

 a { background-color: rgb(176,149,13); }

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

border-color css

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

 span { border-color: rgb(176,149,13); }

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