Html Css Color HEX #B2967E Sandrift

📋 copy color: '#B2967E'

red 178 ◦ green 150 ◦ blue 126

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

Shades of Sandrift #B2967E

Tints of Sandrift #B2967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

 BLUE value IS 126 (49.61% from 255) = 27.75%

R = 39.21%
G = 33.04%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2967E (or 0xB2967E) is known color: Sandrift. HEX triplet: B2, 96 and 7E. RGB value is (178,150,126). Sum of RGB (Red+Green+Blue) = 178+150+126=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2967E is #4D6981. Grayscale: #9B9B9B. Windows color (decimal): -5073282 or 8296114. OLE color: 8296114.

HSL color Cylindrical-coordinate representation of color #B2967E: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2967E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 126 -
CMYK 0 0.16 0.29 0.30
HSL 27.69º 0.25% 0.6% -
HSV(B) 27.69º 0.29% 0.7% -
XYZ 33.03 32.78 24.33 -
YUV 155.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 178 150 126 0 0.16 0.29 0.30 27.69 0.25 0.6
Hex B2 96 7E 0 10 1D 1E 1C 19 3C
Octal 262 226 176 0 20 35 36 34 31 74
Binary 10110010 10010110 1111110 0 10000 11101 11110 11100 11001 111100

Color Harmonies of #B2967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2967E

Black with #B2967E

Text Example


Text Example

White with #B2967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2967E; }

 p { color: rgb(178,150,126); }

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

background-color css

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

 a { background-color: rgb(178,150,126); }

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

border-color css

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

 span { border-color: rgb(178,150,126); }

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