Html Css Color HEX #B0735B Sante Fe

📋 copy color: '#B0735B'

red 176 ◦ green 115 ◦ blue 91

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

Shades of Sante Fe #B0735B

Tints of Sante Fe #B0735B

RGB

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

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

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

R = 46.07%
G = 30.1%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0735B (or 0xB0735B) is known color: Sante Fe. HEX triplet: B0, 73 and 5B. RGB value is (176,115,91). Sum of RGB (Red+Green+Blue) = 176+115+91=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0735B is #4F8CA4. Grayscale: #828282. Windows color (decimal): -5213349 or 5993392. OLE color: 5993392.

HSL color Cylindrical-coordinate representation of color #B0735B: hue angle of 16.94º 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 #B0735B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 91 -
CMYK 0 0.35 0.48 0.31
HSL 16.94º 0.35% 0.52% -
HSV(B) 16.94º 0.48% 0.69% -
XYZ 25.92 22.25 12.83 -
YUV 130.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 176 115 91 0 0.35 0.48 0.31 16.94 0.35 0.52
Hex B0 73 5B 0 23 30 1F 11 23 34
Octal 260 163 133 0 43 60 37 21 43 64
Binary 10110000 1110011 1011011 0 100011 110000 11111 10001 100011 110100

Color Harmonies of #B0735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0735B

Black with #B0735B

Text Example


Text Example

White with #B0735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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