Html Css Color HEX #B8958C Del Rio

📋 copy color: '#B8958C'

red 184 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #B8958C

Tints of Del Rio #B8958C

RGB

 RED value IS 184 (72.27% from 255) = 38.9%

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 38.9%
G = 31.5%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8958C (or 0xB8958C) is known color: Del Rio. HEX triplet: B8, 95 and 8C. RGB value is (184,149,140). Sum of RGB (Red+Green+Blue) = 184+149+140=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8958C is #476A73. Grayscale: #9E9E9E. Windows color (decimal): -4680308 or 9213368. OLE color: 9213368.

HSL color Cylindrical-coordinate representation of color #B8958C: hue angle of 12.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8958C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 140 -
CMYK 0 0.19 0.24 0.28
HSL 12.27º 0.24% 0.64% -
HSV(B) 12.27º 0.24% 0.72% -
XYZ 35.25 33.58 29.43 -
YUV 158.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 184 149 140 0 0.19 0.24 0.28 12.27 0.24 0.64
Hex B8 95 8C 0 13 18 1C C 18 40
Octal 270 225 214 0 23 30 34 14 30 100
Binary 10111000 10010101 10001100 0 10011 11000 11100 1100 11000 1000000

Color Harmonies of #B8958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8958C

Black with #B8958C

Text Example


Text Example

White with #B8958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8958C; }

 p { color: rgb(184,149,140); }

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

background-color css

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

 a { background-color: rgb(184,149,140); }

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

border-color css

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

 span { border-color: rgb(184,149,140); }

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