Html Css Color HEX #B0968B Del Rio

📋 copy color: '#B0968B'

red 176 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #B0968B

Tints of Del Rio #B0968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 37.85%
G = 32.26%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0968B (or 0xB0968B) is known color: Del Rio. HEX triplet: B0, 96 and 8B. RGB value is (176,150,139). Sum of RGB (Red+Green+Blue) = 176+150+139=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0968B is #4F6974. Grayscale: #9C9C9C. Windows color (decimal): -5204341 or 9148080. OLE color: 9148080.

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

Color convert

RGB 176 150 139 -
CMYK 0 0.15 0.21 0.31
HSL 17.84º 0.19% 0.62% -
HSV(B) 17.84º 0.21% 0.69% -
XYZ 33.47 32.91 29.01 -
YUV 156.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 176 150 139 0 0.15 0.21 0.31 17.84 0.19 0.62
Hex B0 96 8B 0 F 15 1F 12 13 3E
Octal 260 226 213 0 17 25 37 22 23 76
Binary 10110000 10010110 10001011 0 1111 10101 11111 10010 10011 111110

Color Harmonies of #B0968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0968B

Black with #B0968B

Text Example


Text Example

White with #B0968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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