Html Css Color HEX #B2968C Del Rio

📋 copy color: '#B2968C'

red 178 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #B2968C

Tints of Del Rio #B2968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 38.03%
G = 32.05%
B = 29.91%

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

#B2968C (or 0xB2968C) is known color: Del Rio. HEX triplet: B2, 96 and 8C. RGB value is (178,150,140). Sum of RGB (Red+Green+Blue) = 178+150+140=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2968C is #4D6973. Grayscale: #9D9D9D. Windows color (decimal): -5073268 or 9213618. OLE color: 9213618.

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

Color convert

RGB 178 150 140 -
CMYK 0 0.16 0.21 0.30
HSL 15.79º 0.2% 0.62% -
HSV(B) 15.79º 0.21% 0.7% -
XYZ 34 33.17 29.42 -
YUV 157.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 178 150 140 0 0.16 0.21 0.30 15.79 0.2 0.62
Hex B2 96 8C 0 10 15 1E 10 14 3E
Octal 262 226 214 0 20 25 36 20 24 76
Binary 10110010 10010110 10001100 0 10000 10101 11110 10000 10100 111110

Color Harmonies of #B2968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2968C

Black with #B2968C

Text Example


Text Example

White with #B2968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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