Html Css Color HEX #B0971E Lucky

📋 copy color: '#B0971E'

red 176 ◦ green 151 ◦ blue 30

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

Shades of Lucky #B0971E

Tints of Lucky #B0971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 49.3%
G = 42.3%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0971E (or 0xB0971E) is known color: Lucky. HEX triplet: B0, 97 and 1E. RGB value is (176,151,30). Sum of RGB (Red+Green+Blue) = 176+151+30=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0971E is #4F68E1. Grayscale: #919191. Windows color (decimal): -5204194 or 2004912. OLE color: 2004912.

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

Color convert

RGB 176 151 30 -
CMYK 0 0.14 0.83 0.31
HSL 49.73º 0.71% 0.4% -
HSV(B) 49.73º 0.83% 0.69% -
XYZ 29.21 31.46 5.76 -
YUV 144.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 176 151 30 0 0.14 0.83 0.31 49.73 0.71 0.4
Hex B0 97 1E 0 E 53 1F 32 47 28
Octal 260 227 36 0 16 123 37 62 107 50
Binary 10110000 10010111 11110 0 1110 1010011 11111 110010 1000111 101000

Color Harmonies of #B0971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0971E

Black with #B0971E

Text Example


Text Example

White with #B0971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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