Html Css Color HEX #B76752 Sante Fe

📋 copy color: '#B76752'

red 183 ◦ green 103 ◦ blue 82

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

Shades of Sante Fe #B76752

Tints of Sante Fe #B76752

RGB

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

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

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

R = 49.73%
G = 27.99%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76752 (or 0xB76752) is known color: Sante Fe. HEX triplet: B7, 67 and 52. RGB value is (183,103,82). Sum of RGB (Red+Green+Blue) = 183+103+82=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76752 is #4898AD. Grayscale: #7C7C7C. Windows color (decimal): -4757678 or 5400503. OLE color: 5400503.

HSL color Cylindrical-coordinate representation of color #B76752: hue angle of 12.48º 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 #B76752 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 103 82 -
CMYK 0 0.44 0.55 0.28
HSL 12.48º 0.41% 0.52% -
HSV(B) 12.48º 0.55% 0.72% -
XYZ 25.9 20.38 10.55 -
YUV 124.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 183 103 82 0 0.44 0.55 0.28 12.48 0.41 0.52
Hex B7 67 52 0 2C 37 1C C 29 34
Octal 267 147 122 0 54 67 34 14 51 64
Binary 10110111 1100111 1010010 0 101100 110111 11100 1100 101001 110100

Color Harmonies of #B76752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76752

Black with #B76752

Text Example


Text Example

White with #B76752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76752; }

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

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

background-color css

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

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

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

border-color css

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

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

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