Html Css Color HEX #B08C7B Sandrift

📋 copy color: '#B08C7B'

red 176 ◦ green 140 ◦ blue 123

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

Shades of Sandrift #B08C7B

Tints of Sandrift #B08C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 40.09%
G = 31.89%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B08C7B (or 0xB08C7B) is known color: Sandrift. HEX triplet: B0, 8C and 7B. RGB value is (176,140,123). Sum of RGB (Red+Green+Blue) = 176+140+123=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C7B is #4F7384. Grayscale: #949494. Windows color (decimal): -5206917 or 8096944. OLE color: 8096944.

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

Color convert

RGB 176 140 123 -
CMYK 0 0.20 0.30 0.31
HSL 19.25º 0.25% 0.59% -
HSV(B) 19.25º 0.3% 0.69% -
XYZ 30.86 29.42 22.79 -
YUV 148.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 176 140 123 0 0.20 0.30 0.31 19.25 0.25 0.59
Hex B0 8C 7B 0 14 1E 1F 13 19 3B
Octal 260 214 173 0 24 36 37 23 31 73
Binary 10110000 10001100 1111011 0 10100 11110 11111 10011 11001 111011

Color Harmonies of #B08C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C7B

Black with #B08C7B

Text Example


Text Example

White with #B08C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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