Html Css Color HEX #B0694C Sante Fe

📋 copy color: '#B0694C'

red 176 ◦ green 105 ◦ blue 76

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

Shades of Sante Fe #B0694C

Tints of Sante Fe #B0694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 49.3%
G = 29.41%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0694C (or 0xB0694C) is known color: Sante Fe. HEX triplet: B0, 69 and 4C. RGB value is (176,105,76). Sum of RGB (Red+Green+Blue) = 176+105+76=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0694C is #4F96B3. Grayscale: #7B7B7B. Windows color (decimal): -5215924 or 5007792. OLE color: 5007792.

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

Color convert

RGB 176 105 76 -
CMYK 0 0.40 0.57 0.31
HSL 17.4º 0.4% 0.49% -
HSV(B) 17.4º 0.57% 0.69% -
XYZ 24.26 19.86 9.39 -
YUV 122.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 176 105 76 0 0.40 0.57 0.31 17.4 0.4 0.49
Hex B0 69 4C 0 28 39 1F 11 28 31
Octal 260 151 114 0 50 71 37 21 50 61
Binary 10110000 1101001 1001100 0 101000 111001 11111 10001 101000 110001

Color Harmonies of #B0694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0694C

Black with #B0694C

Text Example


Text Example

White with #B0694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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