Html Css Color HEX #B0695A Sante Fe

📋 copy color: '#B0695A'

red 176 ◦ green 105 ◦ blue 90

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

Shades of Sante Fe #B0695A

Tints of Sante Fe #B0695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 47.44%
G = 28.3%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0695A (or 0xB0695A) is known color: Sante Fe. HEX triplet: B0, 69 and 5A. RGB value is (176,105,90). Sum of RGB (Red+Green+Blue) = 176+105+90=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695A is #4F96A5. Grayscale: #7C7C7C. Windows color (decimal): -5215910 or 5925296. OLE color: 5925296.

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

Color convert

RGB 176 105 90 -
CMYK 0 0.40 0.49 0.31
HSL 10.47º 0.35% 0.52% -
HSV(B) 10.47º 0.49% 0.69% -
XYZ 24.8 20.07 12.24 -
YUV 124.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 176 105 90 0 0.40 0.49 0.31 10.47 0.35 0.52
Hex B0 69 5A 0 28 31 1F A 23 34
Octal 260 151 132 0 50 61 37 12 43 64
Binary 10110000 1101001 1011010 0 101000 110001 11111 1010 100011 110100

Color Harmonies of #B0695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0695A

Black with #B0695A

Text Example


Text Example

White with #B0695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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