Html Css Color HEX #B0734D Sante Fe

📋 copy color: '#B0734D'

red 176 ◦ green 115 ◦ blue 77

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

Shades of Sante Fe #B0734D

Tints of Sante Fe #B0734D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 47.83%
G = 31.25%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0734D (or 0xB0734D) is known color: Sante Fe. HEX triplet: B0, 73 and 4D. RGB value is (176,115,77). Sum of RGB (Red+Green+Blue) = 176+115+77=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0734D is #4F8CB2. Grayscale: #818181. Windows color (decimal): -5213363 or 5075888. OLE color: 5075888.

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

Color convert

RGB 176 115 77 -
CMYK 0 0.35 0.56 0.31
HSL 23.03º 0.39% 0.5% -
HSV(B) 23.03º 0.56% 0.69% -
XYZ 25.37 22.03 9.94 -
YUV 128.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 176 115 77 0 0.35 0.56 0.31 23.03 0.39 0.5
Hex B0 73 4D 0 23 38 1F 17 27 32
Octal 260 163 115 0 43 70 37 27 47 62
Binary 10110000 1110011 1001101 0 100011 111000 11111 10111 100111 110010

Color Harmonies of #B0734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0734D

Black with #B0734D

Text Example


Text Example

White with #B0734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0734D; }

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

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

background-color css

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

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

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

border-color css

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

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

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