Html Css Color HEX #B6958C Del Rio

📋 copy color: '#B6958C'

red 182 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #B6958C

Tints of Del Rio #B6958C

RGB

 RED value IS 182 (71.48% from 255) = 38.64%

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

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

R = 38.64%
G = 31.63%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6958C (or 0xB6958C) is known color: Del Rio. HEX triplet: B6, 95 and 8C. RGB value is (182,149,140). Sum of RGB (Red+Green+Blue) = 182+149+140=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6958C is #496A73. Grayscale: #9D9D9D. Windows color (decimal): -4811380 or 9213366. OLE color: 9213366.

HSL color Cylindrical-coordinate representation of color #B6958C: hue angle of 12.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6958C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 140 -
CMYK 0 0.18 0.23 0.29
HSL 12.86º 0.22% 0.63% -
HSV(B) 12.86º 0.23% 0.71% -
XYZ 34.77 33.33 29.41 -
YUV 157.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 182 149 140 0 0.18 0.23 0.29 12.86 0.22 0.63
Hex B6 95 8C 0 12 17 1D D 16 3F
Octal 266 225 214 0 22 27 35 15 26 77
Binary 10110110 10010101 10001100 0 10010 10111 11101 1101 10110 111111

Color Harmonies of #B6958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6958C

Black with #B6958C

Text Example


Text Example

White with #B6958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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