Html Css Color HEX #B0971F Lucky

📋 copy color: '#B0971F'

red 176 ◦ green 151 ◦ blue 31

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

Shades of Lucky #B0971F

Tints of Lucky #B0971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 49.16%
G = 42.18%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0971F (or 0xB0971F) is known color: Lucky. HEX triplet: B0, 97 and 1F. RGB value is (176,151,31). Sum of RGB (Red+Green+Blue) = 176+151+31=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0971F is #4F68E0. Grayscale: #919191. Windows color (decimal): -5204193 or 2070448. OLE color: 2070448.

HSL color Cylindrical-coordinate representation of color #B0971F: hue angle of 49.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0971F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 31 -
CMYK 0 0.14 0.82 0.31
HSL 49.66º 0.7% 0.41% -
HSV(B) 49.66º 0.82% 0.69% -
XYZ 29.22 31.46 5.83 -
YUV 144.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 176 151 31 0 0.14 0.82 0.31 49.66 0.7 0.41
Hex B0 97 1F 0 E 52 1F 32 46 29
Octal 260 227 37 0 16 122 37 62 106 51
Binary 10110000 10010111 11111 0 1110 1010010 11111 110010 1000110 101001

Color Harmonies of #B0971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0971F

Black with #B0971F

Text Example


Text Example

White with #B0971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0971F; }

 p { color: rgb(176,151,31); }

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

background-color css

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

 a { background-color: rgb(176,151,31); }

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

border-color css

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

 span { border-color: rgb(176,151,31); }

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