Html Css Color HEX #B0674C Sante Fe

📋 copy color: '#B0674C'

red 176 ◦ green 103 ◦ blue 76

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

Shades of Sante Fe #B0674C

Tints of Sante Fe #B0674C

RGB

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

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

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

R = 49.58%
G = 29.01%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0674C (or 0xB0674C) is known color: Sante Fe. HEX triplet: B0, 67 and 4C. RGB value is (176,103,76). Sum of RGB (Red+Green+Blue) = 176+103+76=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0674C is #4F98B3. Grayscale: #797979. Windows color (decimal): -5216436 or 5007280. OLE color: 5007280.

HSL color Cylindrical-coordinate representation of color #B0674C: hue angle of 16.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0674C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 76 -
CMYK 0 0.41 0.57 0.31
HSL 16.2º 0.4% 0.49% -
HSV(B) 16.2º 0.57% 0.69% -
XYZ 24.06 19.45 9.32 -
YUV 121.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 176 103 76 0 0.41 0.57 0.31 16.2 0.4 0.49
Hex B0 67 4C 0 29 39 1F 10 28 31
Octal 260 147 114 0 51 71 37 20 50 61
Binary 10110000 1100111 1001100 0 101001 111001 11111 10000 101000 110001

Color Harmonies of #B0674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0674C

Black with #B0674C

Text Example


Text Example

White with #B0674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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