Html Css Color HEX #B3674C Sante Fe

📋 copy color: '#B3674C'

red 179 ◦ green 103 ◦ blue 76

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

Shades of Sante Fe #B3674C

Tints of Sante Fe #B3674C

RGB

 RED value IS 179 (70.31% from 255) = 50%

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 50%
G = 28.77%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3674C (or 0xB3674C) is known color: Sante Fe. HEX triplet: B3, 67 and 4C. RGB value is (179,103,76). Sum of RGB (Red+Green+Blue) = 179+103+76=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3674C is #4C98B3. Grayscale: #7A7A7A. Windows color (decimal): -5019828 or 5007283. OLE color: 5007283.

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

Color convert

RGB 179 103 76 -
CMYK 0 0.42 0.58 0.30
HSL 15.73º 0.4% 0.5% -
HSV(B) 15.73º 0.58% 0.7% -
XYZ 24.75 19.81 9.36 -
YUV 122.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 179 103 76 0 0.42 0.58 0.30 15.73 0.4 0.5
Hex B3 67 4C 0 2A 3A 1E 10 28 32
Octal 263 147 114 0 52 72 36 20 50 62
Binary 10110011 1100111 1001100 0 101010 111010 11110 10000 101000 110010

Color Harmonies of #B3674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3674C

Black with #B3674C

Text Example


Text Example

White with #B3674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3674C; }

 p { color: rgb(179,103,76); }

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

background-color css

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

 a { background-color: rgb(179,103,76); }

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

border-color css

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

 span { border-color: rgb(179,103,76); }

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