Html Css Color HEX #B0755A Sante Fe

📋 copy color: '#B0755A'

red 176 ◦ green 117 ◦ blue 90

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

Shades of Sante Fe #B0755A

Tints of Sante Fe #B0755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 45.95%
G = 30.55%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0755A (or 0xB0755A) is known color: Sante Fe. HEX triplet: B0, 75 and 5A. RGB value is (176,117,90). Sum of RGB (Red+Green+Blue) = 176+117+90=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0755A is #4F8AA5. Grayscale: #838383. Windows color (decimal): -5212838 or 5928368. OLE color: 5928368.

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

Color convert

RGB 176 117 90 -
CMYK 0 0.34 0.49 0.31
HSL 18.84º 0.35% 0.52% -
HSV(B) 18.84º 0.49% 0.69% -
XYZ 26.11 22.69 12.68 -
YUV 131.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 176 117 90 0 0.34 0.49 0.31 18.84 0.35 0.52
Hex B0 75 5A 0 22 31 1F 13 23 34
Octal 260 165 132 0 42 61 37 23 43 64
Binary 10110000 1110101 1011010 0 100010 110001 11111 10011 100011 110100

Color Harmonies of #B0755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0755A

Black with #B0755A

Text Example


Text Example

White with #B0755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0755A; }

 p { color: rgb(176,117,90); }

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

background-color css

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

 a { background-color: rgb(176,117,90); }

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

border-color css

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

 span { border-color: rgb(176,117,90); }

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