Html Css Color HEX #B9968B Del Rio

📋 copy color: '#B9968B'

red 185 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #B9968B

Tints of Del Rio #B9968B

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

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

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

R = 39.03%
G = 31.65%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9968B (or 0xB9968B) is known color: Del Rio. HEX triplet: B9, 96 and 8B. RGB value is (185,150,139). Sum of RGB (Red+Green+Blue) = 185+150+139=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968B is #466974. Grayscale: #9F9F9F. Windows color (decimal): -4614517 or 9148089. OLE color: 9148089.

HSL color Cylindrical-coordinate representation of color #B9968B: hue angle of 14.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9968B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 139 -
CMYK 0 0.19 0.25 0.27
HSL 14.35º 0.25% 0.64% -
HSV(B) 14.35º 0.25% 0.73% -
XYZ 35.57 33.99 29.11 -
YUV 159.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 185 150 139 0 0.19 0.25 0.27 14.35 0.25 0.64
Hex B9 96 8B 0 13 19 1B E 19 40
Octal 271 226 213 0 23 31 33 16 31 100
Binary 10111001 10010110 10001011 0 10011 11001 11011 1110 11001 1000000

Color Harmonies of #B9968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9968B

Black with #B9968B

Text Example


Text Example

White with #B9968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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