Html Css Color HEX #B0704A Sante Fe

📋 copy color: '#B0704A'

red 176 ◦ green 112 ◦ blue 74

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

Shades of Sante Fe #B0704A

Tints of Sante Fe #B0704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 48.62%
G = 30.94%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0704A (or 0xB0704A) is known color: Sante Fe. HEX triplet: B0, 70 and 4A. RGB value is (176,112,74). Sum of RGB (Red+Green+Blue) = 176+112+74=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0704A is #4F8FB5. Grayscale: #7F7F7F. Windows color (decimal): -5214134 or 4878512. OLE color: 4878512.

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

Color convert

RGB 176 112 74 -
CMYK 0 0.36 0.58 0.31
HSL 22.35º 0.41% 0.49% -
HSV(B) 22.35º 0.58% 0.69% -
XYZ 24.93 21.31 9.28 -
YUV 126.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 176 112 74 0 0.36 0.58 0.31 22.35 0.41 0.49
Hex B0 70 4A 0 24 3A 1F 16 29 31
Octal 260 160 112 0 44 72 37 26 51 61
Binary 10110000 1110000 1001010 0 100100 111010 11111 10110 101001 110001

Color Harmonies of #B0704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0704A

Black with #B0704A

Text Example


Text Example

White with #B0704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0704A; }

 p { color: rgb(176,112,74); }

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

background-color css

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

 a { background-color: rgb(176,112,74); }

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

border-color css

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

 span { border-color: rgb(176,112,74); }

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