Html Css Color HEX #B08D7D Sandrift

📋 copy color: '#B08D7D'

red 176 ◦ green 141 ◦ blue 125

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

Shades of Sandrift #B08D7D

Tints of Sandrift #B08D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

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

R = 39.82%
G = 31.9%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B08D7D (or 0xB08D7D) is known color: Sandrift. HEX triplet: B0, 8D and 7D. RGB value is (176,141,125). Sum of RGB (Red+Green+Blue) = 176+141+125=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D7D is #4F7282. Grayscale: #959595. Windows color (decimal): -5206659 or 8228272. OLE color: 8228272.

HSL color Cylindrical-coordinate representation of color #B08D7D: hue angle of 18.82º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B08D7D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 125 -
CMYK 0 0.20 0.29 0.31
HSL 18.82º 0.24% 0.59% -
HSV(B) 18.82º 0.29% 0.69% -
XYZ 31.13 29.76 23.51 -
YUV 149.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 176 141 125 0 0.20 0.29 0.31 18.82 0.24 0.59
Hex B0 8D 7D 0 14 1D 1F 13 18 3B
Octal 260 215 175 0 24 35 37 23 30 73
Binary 10110000 10001101 1111101 0 10100 11101 11111 10011 11000 111011

Color Harmonies of #B08D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D7D

Black with #B08D7D

Text Example


Text Example

White with #B08D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D7D; }

 p { color: rgb(176,141,125); }

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

background-color css

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

 a { background-color: rgb(176,141,125); }

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

border-color css

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

 span { border-color: rgb(176,141,125); }

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