Html Css Color HEX #B0634C Sante Fe

📋 copy color: '#B0634C'

red 176 ◦ green 99 ◦ blue 76

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

Shades of Sante Fe #B0634C

Tints of Sante Fe #B0634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 50.14%
G = 28.21%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0634C (or 0xB0634C) is known color: Sante Fe. HEX triplet: B0, 63 and 4C. RGB value is (176,99,76). Sum of RGB (Red+Green+Blue) = 176+99+76=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0634C is #4F9CB3. Grayscale: #777777. Windows color (decimal): -5217460 or 5006256. OLE color: 5006256.

HSL color Cylindrical-coordinate representation of color #B0634C: hue angle of 13.8º 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 #B0634C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 99 76 -
CMYK 0 0.44 0.57 0.31
HSL 13.8º 0.4% 0.49% -
HSV(B) 13.8º 0.57% 0.69% -
XYZ 23.67 18.68 9.19 -
YUV 119.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 176 99 76 0 0.44 0.57 0.31 13.8 0.4 0.49
Hex B0 63 4C 0 2C 39 1F E 28 31
Octal 260 143 114 0 54 71 37 16 50 61
Binary 10110000 1100011 1001100 0 101100 111001 11111 1110 101000 110001

Color Harmonies of #B0634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0634C

Black with #B0634C

Text Example


Text Example

White with #B0634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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