Html Css Color HEX #B0968E Del Rio

📋 copy color: '#B0968E'

red 176 ◦ green 150 ◦ blue 142

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

Shades of Del Rio #B0968E

Tints of Del Rio #B0968E

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

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

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

R = 37.61%
G = 32.05%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0968E (or 0xB0968E) is known color: Del Rio. HEX triplet: B0, 96 and 8E. RGB value is (176,150,142). Sum of RGB (Red+Green+Blue) = 176+150+142=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0968E is #4F6971. Grayscale: #9C9C9C. Windows color (decimal): -5204338 or 9344688. OLE color: 9344688.

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

Color convert

RGB 176 150 142 -
CMYK 0 0.15 0.19 0.31
HSL 14.12º 0.18% 0.62% -
HSV(B) 14.12º 0.19% 0.69% -
XYZ 33.69 33 30.18 -
YUV 156.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 176 150 142 0 0.15 0.19 0.31 14.12 0.18 0.62
Hex B0 96 8E 0 F 13 1F E 12 3E
Octal 260 226 216 0 17 23 37 16 22 76
Binary 10110000 10010110 10001110 0 1111 10011 11111 1110 10010 111110

Color Harmonies of #B0968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0968E

Black with #B0968E

Text Example


Text Example

White with #B0968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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