Html Css Color HEX #BC998D Del Rio

📋 copy color: '#BC998D'

red 188 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #BC998D

Tints of Del Rio #BC998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

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

R = 39%
G = 31.74%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC998D (or 0xBC998D) is known color: Del Rio. HEX triplet: BC, 99 and 8D. RGB value is (188,153,141). Sum of RGB (Red+Green+Blue) = 188+153+141=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998D is #436672. Grayscale: #A2A2A2. Windows color (decimal): -4417139 or 9279932. OLE color: 9279932.

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

Color convert

RGB 188 153 141 -
CMYK 0 0.19 0.25 0.26
HSL 15.32º 0.26% 0.65% -
HSV(B) 15.32º 0.25% 0.74% -
XYZ 36.94 35.4 30.08 -
YUV 162.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 188 153 141 0 0.19 0.25 0.26 15.32 0.26 0.65
Hex BC 99 8D 0 13 19 1A F 1A 41
Octal 274 231 215 0 23 31 32 17 32 101
Binary 10111100 10011001 10001101 0 10011 11001 11010 1111 11010 1000001

Color Harmonies of #BC998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC998D

Black with #BC998D

Text Example


Text Example

White with #BC998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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