Html Css Color HEX #B1968E Del Rio

📋 copy color: '#B1968E'

red 177 ◦ green 150 ◦ blue 142

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

Shades of Del Rio #B1968E

Tints of Del Rio #B1968E

RGB

 RED value IS 177 (69.53% from 255) = 37.74%

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 37.74%
G = 31.98%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1968E (or 0xB1968E) is known color: Del Rio. HEX triplet: B1, 96 and 8E. RGB value is (177,150,142). Sum of RGB (Red+Green+Blue) = 177+150+142=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1968E is #4E6971. Grayscale: #9D9D9D. Windows color (decimal): -5138802 or 9344689. OLE color: 9344689.

HSL color Cylindrical-coordinate representation of color #B1968E: hue angle of 13.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1968E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 142 -
CMYK 0 0.15 0.20 0.31
HSL 13.71º 0.18% 0.63% -
HSV(B) 13.71º 0.2% 0.69% -
XYZ 33.92 33.11 30.19 -
YUV 157.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 177 150 142 0 0.15 0.20 0.31 13.71 0.18 0.63
Hex B1 96 8E 0 F 14 1F E 12 3F
Octal 261 226 216 0 17 24 37 16 22 77
Binary 10110001 10010110 10001110 0 1111 10100 11111 1110 10010 111111

Color Harmonies of #B1968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1968E

Black with #B1968E

Text Example


Text Example

White with #B1968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1968E; }

 p { color: rgb(177,150,142); }

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

background-color css

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

 a { background-color: rgb(177,150,142); }

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

border-color css

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

 span { border-color: rgb(177,150,142); }

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