Html Css Color HEX #B2754E Sante Fe

📋 copy color: '#B2754E'

red 178 ◦ green 117 ◦ blue 78

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

Shades of Sante Fe #B2754E

Tints of Sante Fe #B2754E

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

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

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

R = 47.72%
G = 31.37%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2754E (or 0xB2754E) is known color: Sante Fe. HEX triplet: B2, 75 and 4E. RGB value is (178,117,78). Sum of RGB (Red+Green+Blue) = 178+117+78=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2754E is #4D8AB1. Grayscale: #838383. Windows color (decimal): -5081778 or 5141938. OLE color: 5141938.

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

Color convert

RGB 178 117 78 -
CMYK 0 0.34 0.56 0.30
HSL 23.4º 0.39% 0.5% -
HSV(B) 23.4º 0.56% 0.7% -
XYZ 26.1 22.74 10.22 -
YUV 130.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 178 117 78 0 0.34 0.56 0.30 23.4 0.39 0.5
Hex B2 75 4E 0 22 38 1E 17 27 32
Octal 262 165 116 0 42 70 36 27 47 62
Binary 10110010 1110101 1001110 0 100010 111000 11110 10111 100111 110010

Color Harmonies of #B2754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2754E

Black with #B2754E

Text Example


Text Example

White with #B2754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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