Html Css Color HEX #BC9A8D Del Rio

📋 copy color: '#BC9A8D'

red 188 ◦ green 154 ◦ blue 141

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

Shades of Del Rio #BC9A8D

Tints of Del Rio #BC9A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

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

R = 38.92%
G = 31.88%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC9A8D (or 0xBC9A8D) is known color: Del Rio. HEX triplet: BC, 9A and 8D. RGB value is (188,154,141). Sum of RGB (Red+Green+Blue) = 188+154+141=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A8D is #436572. Grayscale: #A2A2A2. Windows color (decimal): -4416883 or 9280188. OLE color: 9280188.

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

Color convert

RGB 188 154 141 -
CMYK 0 0.18 0.25 0.26
HSL 16.6º 0.26% 0.65% -
HSV(B) 16.6º 0.25% 0.74% -
XYZ 37.1 35.73 30.14 -
YUV 162.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 188 154 141 0 0.18 0.25 0.26 16.6 0.26 0.65
Hex BC 9A 8D 0 12 19 1A 11 1A 41
Octal 274 232 215 0 22 31 32 21 32 101
Binary 10111100 10011010 10001101 0 10010 11001 11010 10001 11010 1000001

Color Harmonies of #BC9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A8D

Black with #BC9A8D

Text Example


Text Example

White with #BC9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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