Html Css Color HEX #B07350 Sante Fe

📋 copy color: '#B07350'

red 176 ◦ green 115 ◦ blue 80

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

Shades of Sante Fe #B07350

Tints of Sante Fe #B07350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 47.44%
G = 31%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B07350 (or 0xB07350) is known color: Sante Fe. HEX triplet: B0, 73 and 50. RGB value is (176,115,80). Sum of RGB (Red+Green+Blue) = 176+115+80=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B07350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07350 is #4F8CAF. Grayscale: #818181. Windows color (decimal): -5213360 or 5272496. OLE color: 5272496.

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

Color convert

RGB 176 115 80 -
CMYK 0 0.35 0.55 0.31
HSL 21.88º 0.38% 0.5% -
HSV(B) 21.88º 0.55% 0.69% -
XYZ 25.48 22.07 10.51 -
YUV 129.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 176 115 80 0 0.35 0.55 0.31 21.88 0.38 0.5
Hex B0 73 50 0 23 37 1F 16 26 32
Octal 260 163 120 0 43 67 37 26 46 62
Binary 10110000 1110011 1010000 0 100011 110111 11111 10110 100110 110010

Color Harmonies of #B07350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07350

Black with #B07350

Text Example


Text Example

White with #B07350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07350; }

 p { color: rgb(176,115,80); }

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

background-color css

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

 a { background-color: rgb(176,115,80); }

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

border-color css

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

 span { border-color: rgb(176,115,80); }

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