Html Css Color HEX #BC9B8E Del Rio

📋 copy color: '#BC9B8E'

red 188 ◦ green 155 ◦ blue 142

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

Shades of Del Rio #BC9B8E

Tints of Del Rio #BC9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

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

R = 38.76%
G = 31.96%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC9B8E (or 0xBC9B8E) is known color: Del Rio. HEX triplet: BC, 9B and 8E. RGB value is (188,155,142). Sum of RGB (Red+Green+Blue) = 188+155+142=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B8E is #436471. Grayscale: #A3A3A3. Windows color (decimal): -4416626 or 9345980. OLE color: 9345980.

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

Color convert

RGB 188 155 142 -
CMYK 0 0.18 0.24 0.26
HSL 16.96º 0.26% 0.65% -
HSV(B) 16.96º 0.24% 0.74% -
XYZ 37.34 36.09 30.59 -
YUV 163.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 188 155 142 0 0.18 0.24 0.26 16.96 0.26 0.65
Hex BC 9B 8E 0 12 18 1A 11 1A 41
Octal 274 233 216 0 22 30 32 21 32 101
Binary 10111100 10011011 10001110 0 10010 11000 11010 10001 11010 1000001

Color Harmonies of #BC9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B8E

Black with #BC9B8E

Text Example


Text Example

White with #BC9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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