Html Css Color HEX #BC9C8E Del Rio

📋 copy color: '#BC9C8E'

red 188 ◦ green 156 ◦ blue 142

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

Shades of Del Rio #BC9C8E

Tints of Del Rio #BC9C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 38.68%
G = 32.1%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC9C8E (or 0xBC9C8E) is known color: Del Rio. HEX triplet: BC, 9C and 8E. RGB value is (188,156,142). Sum of RGB (Red+Green+Blue) = 188+156+142=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C8E is #436371. Grayscale: #A4A4A4. Windows color (decimal): -4416370 or 9346236. OLE color: 9346236.

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

Color convert

RGB 188 156 142 -
CMYK 0 0.17 0.24 0.26
HSL 18.26º 0.26% 0.65% -
HSV(B) 18.26º 0.24% 0.74% -
XYZ 37.51 36.42 30.64 -
YUV 163.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 188 156 142 0 0.17 0.24 0.26 18.26 0.26 0.65
Hex BC 9C 8E 0 11 18 1A 12 1A 41
Octal 274 234 216 0 21 30 32 22 32 101
Binary 10111100 10011100 10001110 0 10001 11000 11010 10010 11010 1000001

Color Harmonies of #BC9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C8E

Black with #BC9C8E

Text Example


Text Example

White with #BC9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C8E; }

 p { color: rgb(188,156,142); }

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

background-color css

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

 a { background-color: rgb(188,156,142); }

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

border-color css

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

 span { border-color: rgb(188,156,142); }

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