Html Css Color HEX #B0684D Sante Fe

📋 copy color: '#B0684D'

red 176 ◦ green 104 ◦ blue 77

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

Shades of Sante Fe #B0684D

Tints of Sante Fe #B0684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 49.3%
G = 29.13%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0684D (or 0xB0684D) is known color: Sante Fe. HEX triplet: B0, 68 and 4D. RGB value is (176,104,77). Sum of RGB (Red+Green+Blue) = 176+104+77=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0684D is #4F97B2. Grayscale: #7A7A7A. Windows color (decimal): -5216179 or 5073072. OLE color: 5073072.

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

Color convert

RGB 176 104 77 -
CMYK 0 0.41 0.56 0.31
HSL 16.36º 0.39% 0.5% -
HSV(B) 16.36º 0.56% 0.69% -
XYZ 24.19 19.67 9.54 -
YUV 122.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 176 104 77 0 0.41 0.56 0.31 16.36 0.39 0.5
Hex B0 68 4D 0 29 38 1F 10 27 32
Octal 260 150 115 0 51 70 37 20 47 62
Binary 10110000 1101000 1001101 0 101001 111000 11111 10000 100111 110010

Color Harmonies of #B0684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0684D

Black with #B0684D

Text Example


Text Example

White with #B0684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0684D; }

 p { color: rgb(176,104,77); }

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

background-color css

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

 a { background-color: rgb(176,104,77); }

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

border-color css

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

 span { border-color: rgb(176,104,77); }

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