Html Css Color HEX #B2968D Del Rio

📋 copy color: '#B2968D'

red 178 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #B2968D

Tints of Del Rio #B2968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 37.95%
G = 31.98%
B = 30.06%

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

#B2968D (or 0xB2968D) is known color: Del Rio. HEX triplet: B2, 96 and 8D. RGB value is (178,150,141). Sum of RGB (Red+Green+Blue) = 178+150+141=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2968D is #4D6972. Grayscale: #9D9D9D. Windows color (decimal): -5073267 or 9279154. OLE color: 9279154.

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

Color convert

RGB 178 150 141 -
CMYK 0 0.16 0.21 0.30
HSL 14.59º 0.19% 0.63% -
HSV(B) 14.59º 0.21% 0.7% -
XYZ 34.07 33.2 29.81 -
YUV 157.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 178 150 141 0 0.16 0.21 0.30 14.59 0.19 0.63
Hex B2 96 8D 0 10 15 1E F 13 3F
Octal 262 226 215 0 20 25 36 17 23 77
Binary 10110010 10010110 10001101 0 10000 10101 11110 1111 10011 111111

Color Harmonies of #B2968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2968D

Black with #B2968D

Text Example


Text Example

White with #B2968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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