Html Css Color HEX #B9968A Del Rio

📋 copy color: '#B9968A'

red 185 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #B9968A

Tints of Del Rio #B9968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 39.11%
G = 31.71%
B = 29.18%

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

#B9968A (or 0xB9968A) is known color: Del Rio. HEX triplet: B9, 96 and 8A. RGB value is (185,150,138). Sum of RGB (Red+Green+Blue) = 185+150+138=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968A is #466975. Grayscale: #9F9F9F. Windows color (decimal): -4614518 or 9082553. OLE color: 9082553.

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

Color convert

RGB 185 150 138 -
CMYK 0 0.19 0.25 0.27
HSL 15.32º 0.25% 0.63% -
HSV(B) 15.32º 0.25% 0.73% -
XYZ 35.5 33.96 28.73 -
YUV 159.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 185 150 138 0 0.19 0.25 0.27 15.32 0.25 0.63
Hex B9 96 8A 0 13 19 1B F 19 3F
Octal 271 226 212 0 23 31 33 17 31 77
Binary 10111001 10010110 10001010 0 10011 11001 11011 1111 11001 111111

Color Harmonies of #B9968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9968A

Black with #B9968A

Text Example


Text Example

White with #B9968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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