Html Css Color HEX #B2784E Sante Fe

📋 copy color: '#B2784E'

red 178 ◦ green 120 ◦ blue 78

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

Shades of Sante Fe #B2784E

Tints of Sante Fe #B2784E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 47.34%
G = 31.91%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2784E (or 0xB2784E) is known color: Sante Fe. HEX triplet: B2, 78 and 4E. RGB value is (178,120,78). Sum of RGB (Red+Green+Blue) = 178+120+78=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2784E is #4D87B1. Grayscale: #848484. Windows color (decimal): -5081010 or 5142706. OLE color: 5142706.

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

Color convert

RGB 178 120 78 -
CMYK 0 0.33 0.56 0.30
HSL 25.2º 0.39% 0.5% -
HSV(B) 25.2º 0.56% 0.7% -
XYZ 26.45 23.45 10.34 -
YUV 132.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 178 120 78 0 0.33 0.56 0.30 25.2 0.39 0.5
Hex B2 78 4E 0 21 38 1E 19 27 32
Octal 262 170 116 0 41 70 36 31 47 62
Binary 10110010 1111000 1001110 0 100001 111000 11110 11001 100111 110010

Color Harmonies of #B2784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2784E

Black with #B2784E

Text Example


Text Example

White with #B2784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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