Html Css Color HEX #B4917D Sandrift

📋 copy color: '#B4917D'

red 180 ◦ green 145 ◦ blue 125

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

Shades of Sandrift #B4917D

Tints of Sandrift #B4917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 40%
G = 32.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4917D (or 0xB4917D) is known color: Sandrift. HEX triplet: B4, 91 and 7D. RGB value is (180,145,125). Sum of RGB (Red+Green+Blue) = 180+145+125=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4917D is #4B6E82. Grayscale: #999999. Windows color (decimal): -4943491 or 8229300. OLE color: 8229300.

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

Color convert

RGB 180 145 125 -
CMYK 0 0.19 0.31 0.29
HSL 21.82º 0.27% 0.6% -
HSV(B) 21.82º 0.31% 0.71% -
XYZ 32.65 31.43 23.75 -
YUV 153.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 180 145 125 0 0.19 0.31 0.29 21.82 0.27 0.6
Hex B4 91 7D 0 13 1F 1D 16 1B 3C
Octal 264 221 175 0 23 37 35 26 33 74
Binary 10110100 10010001 1111101 0 10011 11111 11101 10110 11011 111100

Color Harmonies of #B4917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4917D

Black with #B4917D

Text Example


Text Example

White with #B4917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4917D; }

 p { color: rgb(180,145,125); }

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

background-color css

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

 a { background-color: rgb(180,145,125); }

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

border-color css

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

 span { border-color: rgb(180,145,125); }

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