Html Css Color HEX #B0754E Sante Fe

📋 copy color: '#B0754E'

red 176 ◦ green 117 ◦ blue 78

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

Shades of Sante Fe #B0754E

Tints of Sante Fe #B0754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 47.44%
G = 31.54%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0754E (or 0xB0754E) is known color: Sante Fe. HEX triplet: B0, 75 and 4E. RGB value is (176,117,78). Sum of RGB (Red+Green+Blue) = 176+117+78=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0754E is #4F8AB1. Grayscale: #828282. Windows color (decimal): -5212850 or 5141936. OLE color: 5141936.

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

Color convert

RGB 176 117 78 -
CMYK 0 0.34 0.56 0.31
HSL 23.88º 0.39% 0.5% -
HSV(B) 23.88º 0.56% 0.69% -
XYZ 25.64 22.5 10.2 -
YUV 130.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 176 117 78 0 0.34 0.56 0.31 23.88 0.39 0.5
Hex B0 75 4E 0 22 38 1F 18 27 32
Octal 260 165 116 0 42 70 37 30 47 62
Binary 10110000 1110101 1001110 0 100010 111000 11111 11000 100111 110010

Color Harmonies of #B0754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0754E

Black with #B0754E

Text Example


Text Example

White with #B0754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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