Html Css Color HEX #B06752 Sante Fe

📋 copy color: '#B06752'

red 176 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #B06752

Tints of Sante Fe #B06752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 48.75%
G = 28.53%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B06752 (or 0xB06752) is known color: Sante Fe. HEX triplet: B0, 67 and 52. RGB value is (176,103,82). Sum of RGB (Red+Green+Blue) = 176+103+82=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06752 is #4F98AD. Grayscale: #7A7A7A. Windows color (decimal): -5216430 or 5400496. OLE color: 5400496.

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

Color convert

RGB 176 103 82 -
CMYK 0 0.41 0.53 0.31
HSL 13.4º 0.37% 0.51% -
HSV(B) 13.4º 0.53% 0.69% -
XYZ 24.28 19.54 10.47 -
YUV 122.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 176 103 82 0 0.41 0.53 0.31 13.4 0.37 0.51
Hex B0 67 52 0 29 35 1F D 25 33
Octal 260 147 122 0 51 65 37 15 45 63
Binary 10110000 1100111 1010010 0 101001 110101 11111 1101 100101 110011

Color Harmonies of #B06752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06752

Black with #B06752

Text Example


Text Example

White with #B06752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06752; }

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

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

background-color css

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

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

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

border-color css

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

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

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