Html Css Color HEX #BC9F8F Del Rio

📋 copy color: '#BC9F8F'

red 188 ◦ green 159 ◦ blue 143

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

Shades of Del Rio #BC9F8F

Tints of Del Rio #BC9F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 38.37%
G = 32.45%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC9F8F (or 0xBC9F8F) is known color: Del Rio. HEX triplet: BC, 9F and 8F. RGB value is (188,159,143). Sum of RGB (Red+Green+Blue) = 188+159+143=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F8F is #436070. Grayscale: #A5A5A5. Windows color (decimal): -4415601 or 9412540. OLE color: 9412540.

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

Color convert

RGB 188 159 143 -
CMYK 0 0.15 0.24 0.26
HSL 21.33º 0.25% 0.65% -
HSV(B) 21.33º 0.24% 0.74% -
XYZ 38.1 37.47 31.21 -
YUV 165.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 188 159 143 0 0.15 0.24 0.26 21.33 0.25 0.65
Hex BC 9F 8F 0 F 18 1A 15 19 41
Octal 274 237 217 0 17 30 32 25 31 101
Binary 10111100 10011111 10001111 0 1111 11000 11010 10101 11001 1000001

Color Harmonies of #BC9F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F8F

Black with #BC9F8F

Text Example


Text Example

White with #BC9F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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