Html Css Color HEX #B76751 Sante Fe

📋 copy color: '#B76751'

red 183 ◦ green 103 ◦ blue 81

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

Shades of Sante Fe #B76751

Tints of Sante Fe #B76751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.07%

R = 49.86%
G = 28.07%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76751 (or 0xB76751) is known color: Sante Fe. HEX triplet: B7, 67 and 51. RGB value is (183,103,81). Sum of RGB (Red+Green+Blue) = 183+103+81=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76751 is #4898AE. Grayscale: #7C7C7C. Windows color (decimal): -4757679 or 5334967. OLE color: 5334967.

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

Color convert

RGB 183 103 81 -
CMYK 0 0.44 0.56 0.28
HSL 12.94º 0.41% 0.52% -
HSV(B) 12.94º 0.56% 0.72% -
XYZ 25.86 20.36 10.35 -
YUV 124.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 183 103 81 0 0.44 0.56 0.28 12.94 0.41 0.52
Hex B7 67 51 0 2C 38 1C D 29 34
Octal 267 147 121 0 54 70 34 15 51 64
Binary 10110111 1100111 1010001 0 101100 111000 11100 1101 101001 110100

Color Harmonies of #B76751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76751

Black with #B76751

Text Example


Text Example

White with #B76751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76751; }

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

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

background-color css

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

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

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

border-color css

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

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

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