Html Css Color HEX #B0967B Sandrift

📋 copy color: '#B0967B'

red 176 ◦ green 150 ◦ blue 123

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

Shades of Sandrift #B0967B

Tints of Sandrift #B0967B

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 33.41%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0967B (or 0xB0967B) is known color: Sandrift. HEX triplet: B0, 96 and 7B. RGB value is (176,150,123). Sum of RGB (Red+Green+Blue) = 176+150+123=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0967B is #4F6984. Grayscale: #9A9A9A. Windows color (decimal): -5204357 or 8099504. OLE color: 8099504.

HSL color Cylindrical-coordinate representation of color #B0967B: hue angle of 30.57º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0967B is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 123 -
CMYK 0 0.15 0.30 0.31
HSL 30.57º 0.25% 0.59% -
HSV(B) 30.57º 0.3% 0.69% -
XYZ 32.39 32.47 23.3 -
YUV 154.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 176 150 123 0 0.15 0.30 0.31 30.57 0.25 0.59
Hex B0 96 7B 0 F 1E 1F 1F 19 3B
Octal 260 226 173 0 17 36 37 37 31 73
Binary 10110000 10010110 1111011 0 1111 11110 11111 11111 11001 111011

Color Harmonies of #B0967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0967B

Black with #B0967B

Text Example


Text Example

White with #B0967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0967B; }

 p { color: rgb(176,150,123); }

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

background-color css

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

 a { background-color: rgb(176,150,123); }

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

border-color css

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

 span { border-color: rgb(176,150,123); }

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