Html Css Color HEX #B76952 Sante Fe

📋 copy color: '#B76952'

red 183 ◦ green 105 ◦ blue 82

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

Shades of Sante Fe #B76952

Tints of Sante Fe #B76952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

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

R = 49.46%
G = 28.38%
B = 22.16%

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

#B76952 (or 0xB76952) is known color: Sante Fe. HEX triplet: B7, 69 and 52. RGB value is (183,105,82). Sum of RGB (Red+Green+Blue) = 183+105+82=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76952 is #4896AD. Grayscale: #7D7D7D. Windows color (decimal): -4757166 or 5401015. OLE color: 5401015.

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

Color convert

RGB 183 105 82 -
CMYK 0 0.43 0.55 0.28
HSL 13.66º 0.41% 0.52% -
HSV(B) 13.66º 0.55% 0.72% -
XYZ 26.1 20.78 10.62 -
YUV 125.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 183 105 82 0 0.43 0.55 0.28 13.66 0.41 0.52
Hex B7 69 52 0 2B 37 1C E 29 34
Octal 267 151 122 0 53 67 34 16 51 64
Binary 10110111 1101001 1010010 0 101011 110111 11100 1110 101001 110100

Color Harmonies of #B76952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76952

Black with #B76952

Text Example


Text Example

White with #B76952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76952; }

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

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

background-color css

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

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

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

border-color css

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

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

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