Html Css Color HEX #B9948A Del Rio

📋 copy color: '#B9948A'

red 185 ◦ green 148 ◦ blue 138

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

Shades of Del Rio #B9948A

Tints of Del Rio #B9948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 39.28%
G = 31.42%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9948A (or 0xB9948A) is known color: Del Rio. HEX triplet: B9, 94 and 8A. RGB value is (185,148,138). Sum of RGB (Red+Green+Blue) = 185+148+138=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9948A is #466B75. Grayscale: #9E9E9E. Windows color (decimal): -4615030 or 9082041. OLE color: 9082041.

HSL color Cylindrical-coordinate representation of color #B9948A: hue angle of 12.77º 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 #B9948A is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 138 -
CMYK 0 0.20 0.25 0.27
HSL 12.77º 0.25% 0.63% -
HSV(B) 12.77º 0.25% 0.73% -
XYZ 35.18 33.33 28.62 -
YUV 157.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 185 148 138 0 0.20 0.25 0.27 12.77 0.25 0.63
Hex B9 94 8A 0 14 19 1B D 19 3F
Octal 271 224 212 0 24 31 33 15 31 77
Binary 10111001 10010100 10001010 0 10100 11001 11011 1101 11001 111111

Color Harmonies of #B9948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9948A

Black with #B9948A

Text Example


Text Example

White with #B9948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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