Html Css Color HEX #B2917D Sandrift

📋 copy color: '#B2917D'

red 178 ◦ green 145 ◦ blue 125

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

Shades of Sandrift #B2917D

Tints of Sandrift #B2917D

RGB

 RED value IS 178 (69.92% from 255) = 39.73%

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

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

R = 39.73%
G = 32.37%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2917D (or 0xB2917D) is known color: Sandrift. HEX triplet: B2, 91 and 7D. RGB value is (178,145,125). Sum of RGB (Red+Green+Blue) = 178+145+125=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2917D is #4D6E82. Grayscale: #989898. Windows color (decimal): -5074563 or 8229298. OLE color: 8229298.

HSL color Cylindrical-coordinate representation of color #B2917D: hue angle of 22.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2917D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 125 -
CMYK 0 0.19 0.30 0.30
HSL 22.64º 0.26% 0.59% -
HSV(B) 22.64º 0.3% 0.7% -
XYZ 32.19 31.2 23.73 -
YUV 152.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 178 145 125 0 0.19 0.30 0.30 22.64 0.26 0.59
Hex B2 91 7D 0 13 1E 1E 17 1A 3B
Octal 262 221 175 0 23 36 36 27 32 73
Binary 10110010 10010001 1111101 0 10011 11110 11110 10111 11010 111011

Color Harmonies of #B2917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2917D

Black with #B2917D

Text Example


Text Example

White with #B2917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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