Html Css Color HEX #B49A7F Sandrift

📋 copy color: '#B49A7F'

red 180 ◦ green 154 ◦ blue 127

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

Shades of Sandrift #B49A7F

Tints of Sandrift #B49A7F

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 127 (50% from 255) = 27.55%

R = 39.05%
G = 33.41%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B49A7F (or 0xB49A7F) is known color: Sandrift. HEX triplet: B4, 9A and 7F. RGB value is (180,154,127). Sum of RGB (Red+Green+Blue) = 180+154+127=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A7F is #4B6580. Grayscale: #9E9E9E. Windows color (decimal): -4941185 or 8362676. OLE color: 8362676.

HSL color Cylindrical-coordinate representation of color #B49A7F: hue angle of 30.57º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49A7F is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 127 -
CMYK 0 0.14 0.29 0.29
HSL 30.57º 0.26% 0.6% -
HSV(B) 30.57º 0.29% 0.71% -
XYZ 34.21 34.35 24.91 -
YUV 158.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 180 154 127 0 0.14 0.29 0.29 30.57 0.26 0.6
Hex B4 9A 7F 0 E 1D 1D 1F 1A 3C
Octal 264 232 177 0 16 35 35 37 32 74
Binary 10110100 10011010 1111111 0 1110 11101 11101 11111 11010 111100

Color Harmonies of #B49A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A7F

Black with #B49A7F

Text Example


Text Example

White with #B49A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A7F; }

 p { color: rgb(180,154,127); }

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

background-color css

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

 a { background-color: rgb(180,154,127); }

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

border-color css

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

 span { border-color: rgb(180,154,127); }

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