Html Css Color HEX #B2967F Sandrift

📋 copy color: '#B2967F'

red 178 ◦ green 150 ◦ blue 127

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

Shades of Sandrift #B2967F

Tints of Sandrift #B2967F

RGB

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

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

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

R = 39.12%
G = 32.97%
B = 27.91%

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

#B2967F (or 0xB2967F) is known color: Sandrift. HEX triplet: B2, 96 and 7F. RGB value is (178,150,127). Sum of RGB (Red+Green+Blue) = 178+150+127=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2967F is #4D6980. Grayscale: #9B9B9B. Windows color (decimal): -5073281 or 8361650. OLE color: 8361650.

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

Color convert

RGB 178 150 127 -
CMYK 0 0.16 0.29 0.30
HSL 27.06º 0.25% 0.6% -
HSV(B) 27.06º 0.29% 0.7% -
XYZ 33.1 32.81 24.67 -
YUV 155.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 178 150 127 0 0.16 0.29 0.30 27.06 0.25 0.6
Hex B2 96 7F 0 10 1D 1E 1B 19 3C
Octal 262 226 177 0 20 35 36 33 31 74
Binary 10110010 10010110 1111111 0 10000 11101 11110 11011 11001 111100

Color Harmonies of #B2967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2967F

Black with #B2967F

Text Example


Text Example

White with #B2967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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