Html Css Color HEX #B0755B Sante Fe

📋 copy color: '#B0755B'

red 176 ◦ green 117 ◦ blue 91

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

Shades of Sante Fe #B0755B

Tints of Sante Fe #B0755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 45.83%
G = 30.47%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0755B (or 0xB0755B) is known color: Sante Fe. HEX triplet: B0, 75 and 5B. RGB value is (176,117,91). Sum of RGB (Red+Green+Blue) = 176+117+91=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0755B is #4F8AA4. Grayscale: #838383. Windows color (decimal): -5212837 or 5993904. OLE color: 5993904.

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

Color convert

RGB 176 117 91 -
CMYK 0 0.34 0.48 0.31
HSL 18.35º 0.35% 0.52% -
HSV(B) 18.35º 0.48% 0.69% -
XYZ 26.15 22.71 12.9 -
YUV 131.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 176 117 91 0 0.34 0.48 0.31 18.35 0.35 0.52
Hex B0 75 5B 0 22 30 1F 12 23 34
Octal 260 165 133 0 42 60 37 22 43 64
Binary 10110000 1110101 1011011 0 100010 110000 11111 10010 100011 110100

Color Harmonies of #B0755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0755B

Black with #B0755B

Text Example


Text Example

White with #B0755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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