Html Css Color HEX #BC9F8D Del Rio

📋 copy color: '#BC9F8D'

red 188 ◦ green 159 ◦ blue 141

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

Shades of Del Rio #BC9F8D

Tints of Del Rio #BC9F8D

RGB

 RED value IS 188 (73.83% from 255) = 38.52%

 GREEN value IS 159 (62.5% from 255) = 32.58%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 38.52%
G = 32.58%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC9F8D (or 0xBC9F8D) is known color: Del Rio. HEX triplet: BC, 9F and 8D. RGB value is (188,159,141). Sum of RGB (Red+Green+Blue) = 188+159+141=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F8D is #436072. Grayscale: #A5A5A5. Windows color (decimal): -4415603 or 9281468. OLE color: 9281468.

HSL color Cylindrical-coordinate representation of color #BC9F8D: hue angle of 22.98º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC9F8D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 141 -
CMYK 0 0.15 0.25 0.26
HSL 22.98º 0.26% 0.65% -
HSV(B) 22.98º 0.25% 0.74% -
XYZ 37.94 37.41 30.42 -
YUV 165.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 188 159 141 0 0.15 0.25 0.26 22.98 0.26 0.65
Hex BC 9F 8D 0 F 19 1A 17 1A 41
Octal 274 237 215 0 17 31 32 27 32 101
Binary 10111100 10011111 10001101 0 1111 11001 11010 10111 11010 1000001

Color Harmonies of #BC9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F8D

Black with #BC9F8D

Text Example


Text Example

White with #BC9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F8D; }

 p { color: rgb(188,159,141); }

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

background-color css

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

 a { background-color: rgb(188,159,141); }

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

border-color css

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

 span { border-color: rgb(188,159,141); }

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