Html Css Color HEX #B5948A Del Rio

📋 copy color: '#B5948A'

red 181 ◦ green 148 ◦ blue 138

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

Shades of Del Rio #B5948A

Tints of Del Rio #B5948A

RGB

 RED value IS 181 (71.09% from 255) = 38.76%

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

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

R = 38.76%
G = 31.69%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5948A (or 0xB5948A) is known color: Del Rio. HEX triplet: B5, 94 and 8A. RGB value is (181,148,138). Sum of RGB (Red+Green+Blue) = 181+148+138=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5948A is #4A6B75. Grayscale: #9C9C9C. Windows color (decimal): -4877174 or 9082037. OLE color: 9082037.

HSL color Cylindrical-coordinate representation of color #B5948A: hue angle of 13.95º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5948A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 138 -
CMYK 0 0.18 0.24 0.29
HSL 13.95º 0.23% 0.63% -
HSV(B) 13.95º 0.24% 0.71% -
XYZ 34.23 32.84 28.58 -
YUV 156.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 181 148 138 0 0.18 0.24 0.29 13.95 0.23 0.63
Hex B5 94 8A 0 12 18 1D E 17 3F
Octal 265 224 212 0 22 30 35 16 27 77
Binary 10110101 10010100 10001010 0 10010 11000 11101 1110 10111 111111

Color Harmonies of #B5948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5948A

Black with #B5948A

Text Example


Text Example

White with #B5948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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