Html Css Color HEX #B7968C Del Rio

📋 copy color: '#B7968C'

red 183 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #B7968C

Tints of Del Rio #B7968C

RGB

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

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

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

R = 38.69%
G = 31.71%
B = 29.6%

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

#B7968C (or 0xB7968C) is known color: Del Rio. HEX triplet: B7, 96 and 8C. RGB value is (183,150,140). Sum of RGB (Red+Green+Blue) = 183+150+140=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968C is #486973. Grayscale: #9E9E9E. Windows color (decimal): -4745588 or 9213623. OLE color: 9213623.

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

Color convert

RGB 183 150 140 -
CMYK 0 0.18 0.23 0.28
HSL 13.95º 0.23% 0.63% -
HSV(B) 13.95º 0.23% 0.72% -
XYZ 35.17 33.77 29.48 -
YUV 158.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 183 150 140 0 0.18 0.23 0.28 13.95 0.23 0.63
Hex B7 96 8C 0 12 17 1C E 17 3F
Octal 267 226 214 0 22 27 34 16 27 77
Binary 10110111 10010110 10001100 0 10010 10111 11100 1110 10111 111111

Color Harmonies of #B7968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7968C

Black with #B7968C

Text Example


Text Example

White with #B7968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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