Html Css Color HEX #B7968D Del Rio

📋 copy color: '#B7968D'

red 183 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #B7968D

Tints of Del Rio #B7968D

RGB

 RED value IS 183 (71.88% from 255) = 38.61%

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

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

R = 38.61%
G = 31.65%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7968D (or 0xB7968D) is known color: Del Rio. HEX triplet: B7, 96 and 8D. RGB value is (183,150,141). Sum of RGB (Red+Green+Blue) = 183+150+141=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968D is #486972. Grayscale: #9E9E9E. Windows color (decimal): -4745587 or 9279159. OLE color: 9279159.

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

Color convert

RGB 183 150 141 -
CMYK 0 0.18 0.23 0.28
HSL 12.86º 0.23% 0.64% -
HSV(B) 12.86º 0.23% 0.72% -
XYZ 35.24 33.8 29.87 -
YUV 158.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 183 150 141 0 0.18 0.23 0.28 12.86 0.23 0.64
Hex B7 96 8D 0 12 17 1C D 17 40
Octal 267 226 215 0 22 27 34 15 27 100
Binary 10110111 10010110 10001101 0 10010 10111 11100 1101 10111 1000000

Color Harmonies of #B7968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7968D

Black with #B7968D

Text Example


Text Example

White with #B7968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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