Html Css Color HEX #B76852 Sante Fe

📋 copy color: '#B76852'

red 183 ◦ green 104 ◦ blue 82

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

Shades of Sante Fe #B76852

Tints of Sante Fe #B76852

RGB

 RED value IS 183 (71.88% from 255) = 49.59%

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

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

R = 49.59%
G = 28.18%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76852 (or 0xB76852) is known color: Sante Fe. HEX triplet: B7, 68 and 52. RGB value is (183,104,82). Sum of RGB (Red+Green+Blue) = 183+104+82=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76852 is #4897AD. Grayscale: #7D7D7D. Windows color (decimal): -4757422 or 5400759. OLE color: 5400759.

HSL color Cylindrical-coordinate representation of color #B76852: hue angle of 13.07º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76852 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 104 82 -
CMYK 0 0.43 0.55 0.28
HSL 13.07º 0.41% 0.52% -
HSV(B) 13.07º 0.55% 0.72% -
XYZ 26 20.58 10.58 -
YUV 125.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 183 104 82 0 0.43 0.55 0.28 13.07 0.41 0.52
Hex B7 68 52 0 2B 37 1C D 29 34
Octal 267 150 122 0 53 67 34 15 51 64
Binary 10110111 1101000 1010010 0 101011 110111 11100 1101 101001 110100

Color Harmonies of #B76852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76852

Black with #B76852

Text Example


Text Example

White with #B76852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76852; }

 p { color: rgb(183,104,82); }

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

background-color css

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

 a { background-color: rgb(183,104,82); }

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

border-color css

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

 span { border-color: rgb(183,104,82); }

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