Html Css Color HEX #BC9F93 Del Rio

📋 copy color: '#BC9F93'

red 188 ◦ green 159 ◦ blue 147

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

Shades of Del Rio #BC9F93

Tints of Del Rio #BC9F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 38.06%
G = 32.19%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC9F93 (or 0xBC9F93) is known color: Del Rio. HEX triplet: BC, 9F and 93. RGB value is (188,159,147). Sum of RGB (Red+Green+Blue) = 188+159+147=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F93 is #43606C. Grayscale: #A6A6A6. Windows color (decimal): -4415597 or 9674684. OLE color: 9674684.

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

Color convert

RGB 188 159 147 -
CMYK 0 0.15 0.22 0.26
HSL 17.56º 0.23% 0.66% -
HSV(B) 17.56º 0.22% 0.74% -
XYZ 38.4 37.59 32.84 -
YUV 166.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 188 159 147 0 0.15 0.22 0.26 17.56 0.23 0.66
Hex BC 9F 93 0 F 16 1A 12 17 42
Octal 274 237 223 0 17 26 32 22 27 102
Binary 10111100 10011111 10010011 0 1111 10110 11010 10010 10111 1000010

Color Harmonies of #BC9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F93

Black with #BC9F93

Text Example


Text Example

White with #BC9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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