Html Css Color HEX #B4997B Sandrift

📋 copy color: '#B4997B'

red 180 ◦ green 153 ◦ blue 123

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

Shades of Sandrift #B4997B

Tints of Sandrift #B4997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 39.47%
G = 33.55%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4997B (or 0xB4997B) is known color: Sandrift. HEX triplet: B4, 99 and 7B. RGB value is (180,153,123). Sum of RGB (Red+Green+Blue) = 180+153+123=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4997B is #4B6684. Grayscale: #9D9D9D. Windows color (decimal): -4941445 or 8100276. OLE color: 8100276.

HSL color Cylindrical-coordinate representation of color #B4997B: hue angle of 31.58º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4997B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 123 -
CMYK 0 0.15 0.32 0.29
HSL 31.58º 0.28% 0.59% -
HSV(B) 31.58º 0.32% 0.71% -
XYZ 33.79 33.92 23.5 -
YUV 157.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 180 153 123 0 0.15 0.32 0.29 31.58 0.28 0.59
Hex B4 99 7B 0 F 20 1D 20 1C 3B
Octal 264 231 173 0 17 40 35 40 34 73
Binary 10110100 10011001 1111011 0 1111 100000 11101 100000 11100 111011

Color Harmonies of #B4997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4997B

Black with #B4997B

Text Example


Text Example

White with #B4997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4997B; }

 p { color: rgb(180,153,123); }

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

background-color css

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

 a { background-color: rgb(180,153,123); }

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

border-color css

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

 span { border-color: rgb(180,153,123); }

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