Html Css Color HEX #B3674B Sante Fe

📋 copy color: '#B3674B'

red 179 ◦ green 103 ◦ blue 75

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

Shades of Sante Fe #B3674B

Tints of Sante Fe #B3674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 50.14%
G = 28.85%
B = 21.01%

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

#B3674B (or 0xB3674B) is known color: Sante Fe. HEX triplet: B3, 67 and 4B. RGB value is (179,103,75). Sum of RGB (Red+Green+Blue) = 179+103+75=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3674B is #4C98B4. Grayscale: #7A7A7A. Windows color (decimal): -5019829 or 4941747. OLE color: 4941747.

HSL color Cylindrical-coordinate representation of color #B3674B: hue angle of 16.15º degrees, saturation: 0.41, 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 #B3674B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 75 -
CMYK 0 0.42 0.58 0.30
HSL 16.15º 0.41% 0.5% -
HSV(B) 16.15º 0.58% 0.7% -
XYZ 24.71 19.79 9.17 -
YUV 122.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 179 103 75 0 0.42 0.58 0.30 16.15 0.41 0.5
Hex B3 67 4B 0 2A 3A 1E 10 29 32
Octal 263 147 113 0 52 72 36 20 51 62
Binary 10110011 1100111 1001011 0 101010 111010 11110 10000 101001 110010

Color Harmonies of #B3674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3674B

Black with #B3674B

Text Example


Text Example

White with #B3674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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