Html Css Color HEX #B49B7F Sandrift

📋 copy color: '#B49B7F'

red 180 ◦ green 155 ◦ blue 127

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

Shades of Sandrift #B49B7F

Tints of Sandrift #B49B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

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

R = 38.96%
G = 33.55%
B = 27.49%

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

#B49B7F (or 0xB49B7F) is known color: Sandrift. HEX triplet: B4, 9B and 7F. RGB value is (180,155,127). Sum of RGB (Red+Green+Blue) = 180+155+127=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B7F is #4B6480. Grayscale: #9F9F9F. Windows color (decimal): -4940929 or 8362932. OLE color: 8362932.

HSL color Cylindrical-coordinate representation of color #B49B7F: hue angle of 31.7º 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 #B49B7F is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 155 127 -
CMYK 0 0.14 0.29 0.29
HSL 31.7º 0.26% 0.6% -
HSV(B) 31.7º 0.29% 0.71% -
XYZ 34.37 34.68 24.96 -
YUV 159.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 180 155 127 0 0.14 0.29 0.29 31.7 0.26 0.6
Hex B4 9B 7F 0 E 1D 1D 20 1A 3C
Octal 264 233 177 0 16 35 35 40 32 74
Binary 10110100 10011011 1111111 0 1110 11101 11101 100000 11010 111100

Color Harmonies of #B49B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B7F

Black with #B49B7F

Text Example


Text Example

White with #B49B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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