Html Css Color HEX #B2958C Del Rio

📋 copy color: '#B2958C'

red 178 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #B2958C

Tints of Del Rio #B2958C

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

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

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

R = 38.12%
G = 31.91%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2958C (or 0xB2958C) is known color: Del Rio. HEX triplet: B2, 95 and 8C. RGB value is (178,149,140). Sum of RGB (Red+Green+Blue) = 178+149+140=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2958C is #4D6A73. Grayscale: #9C9C9C. Windows color (decimal): -5073524 or 9213362. OLE color: 9213362.

HSL color Cylindrical-coordinate representation of color #B2958C: hue angle of 14.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2958C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 140 -
CMYK 0 0.16 0.21 0.30
HSL 14.21º 0.2% 0.62% -
HSV(B) 14.21º 0.21% 0.7% -
XYZ 33.84 32.85 29.37 -
YUV 156.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 178 149 140 0 0.16 0.21 0.30 14.21 0.2 0.62
Hex B2 95 8C 0 10 15 1E E 14 3E
Octal 262 225 214 0 20 25 36 16 24 76
Binary 10110010 10010101 10001100 0 10000 10101 11110 1110 10100 111110

Color Harmonies of #B2958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2958C

Black with #B2958C

Text Example


Text Example

White with #B2958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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