Html Css Color HEX #B0970F Lucky

📋 copy color: '#B0970F'

red 176 ◦ green 151 ◦ blue 15

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

Shades of Lucky #B0970F

Tints of Lucky #B0970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 51.46%
G = 44.15%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0970F (or 0xB0970F) is known color: Lucky. HEX triplet: B0, 97 and 0F. RGB value is (176,151,15). Sum of RGB (Red+Green+Blue) = 176+151+15=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0970F is #4F68F0. Grayscale: #8F8F8F. Windows color (decimal): -5204209 or 1021872. OLE color: 1021872.

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

Color convert

RGB 176 151 15 -
CMYK 0 0.14 0.91 0.31
HSL 50.68º 0.84% 0.37% -
HSV(B) 50.68º 0.91% 0.69% -
XYZ 29.06 31.4 4.98 -
YUV 142.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 176 151 15 0 0.14 0.91 0.31 50.68 0.84 0.37
Hex B0 97 F 0 E 5B 1F 33 54 25
Octal 260 227 17 0 16 133 37 63 124 45
Binary 10110000 10010111 1111 0 1110 1011011 11111 110011 1010100 100101

Color Harmonies of #B0970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0970F

Black with #B0970F

Text Example


Text Example

White with #B0970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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