Html Css Color HEX #B76A52 Sante Fe

📋 copy color: '#B76A52'

red 183 ◦ green 106 ◦ blue 82

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

Shades of Sante Fe #B76A52

Tints of Sante Fe #B76A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 49.33%
G = 28.57%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76A52 (or 0xB76A52) is known color: Sante Fe. HEX triplet: B7, 6A and 52. RGB value is (183,106,82). Sum of RGB (Red+Green+Blue) = 183+106+82=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A52 is #4895AD. Grayscale: #7E7E7E. Windows color (decimal): -4756910 or 5401271. OLE color: 5401271.

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

Color convert

RGB 183 106 82 -
CMYK 0 0.42 0.55 0.28
HSL 14.26º 0.41% 0.52% -
HSV(B) 14.26º 0.55% 0.72% -
XYZ 26.21 20.98 10.65 -
YUV 126.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 183 106 82 0 0.42 0.55 0.28 14.26 0.41 0.52
Hex B7 6A 52 0 2A 37 1C E 29 34
Octal 267 152 122 0 52 67 34 16 51 64
Binary 10110111 1101010 1010010 0 101010 110111 11100 1110 101001 110100

Color Harmonies of #B76A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A52

Black with #B76A52

Text Example


Text Example

White with #B76A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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