Html Css Color HEX #B07051 Sante Fe

📋 copy color: '#B07051'

red 176 ◦ green 112 ◦ blue 81

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

Shades of Sante Fe #B07051

Tints of Sante Fe #B07051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 47.7%
G = 30.35%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B07051 (or 0xB07051) is known color: Sante Fe. HEX triplet: B0, 70 and 51. RGB value is (176,112,81). Sum of RGB (Red+Green+Blue) = 176+112+81=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B07051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07051 is #4F8FAE. Grayscale: #7F7F7F. Windows color (decimal): -5214127 or 5337264. OLE color: 5337264.

HSL color Cylindrical-coordinate representation of color #B07051: hue angle of 19.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B07051 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 81 -
CMYK 0 0.36 0.54 0.31
HSL 19.58º 0.38% 0.5% -
HSV(B) 19.58º 0.54% 0.69% -
XYZ 25.18 21.41 10.59 -
YUV 127.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 176 112 81 0 0.36 0.54 0.31 19.58 0.38 0.5
Hex B0 70 51 0 24 36 1F 14 26 32
Octal 260 160 121 0 44 66 37 24 46 62
Binary 10110000 1110000 1010001 0 100100 110110 11111 10100 100110 110010

Color Harmonies of #B07051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07051

Black with #B07051

Text Example


Text Example

White with #B07051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07051; }

 p { color: rgb(176,112,81); }

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

background-color css

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

 a { background-color: rgb(176,112,81); }

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

border-color css

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

 span { border-color: rgb(176,112,81); }

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