Html Css Color HEX #B76A54 Sante Fe

📋 copy color: '#B76A54'

red 183 ◦ green 106 ◦ blue 84

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

Shades of Sante Fe #B76A54

Tints of Sante Fe #B76A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.52%

R = 49.06%
G = 28.42%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B76A54 (or 0xB76A54) is known color: Sante Fe. HEX triplet: B7, 6A and 54. RGB value is (183,106,84). Sum of RGB (Red+Green+Blue) = 183+106+84=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A54 is #4895AB. Grayscale: #7E7E7E. Windows color (decimal): -4756908 or 5532343. OLE color: 5532343.

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

Color convert

RGB 183 106 84 -
CMYK 0 0.42 0.54 0.28
HSL 13.33º 0.41% 0.52% -
HSV(B) 13.33º 0.54% 0.72% -
XYZ 26.28 21.02 11.06 -
YUV 126.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 183 106 84 0 0.42 0.54 0.28 13.33 0.41 0.52
Hex B7 6A 54 0 2A 36 1C D 29 34
Octal 267 152 124 0 52 66 34 15 51 64
Binary 10110111 1101010 1010100 0 101010 110110 11100 1101 101001 110100

Color Harmonies of #B76A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A54

Black with #B76A54

Text Example


Text Example

White with #B76A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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