Html Css Color HEX #BC988A Del Rio

📋 copy color: '#BC988A'

red 188 ◦ green 152 ◦ blue 138

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

Shades of Del Rio #BC988A

Tints of Del Rio #BC988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 39.33%
G = 31.8%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC988A (or 0xBC988A) is known color: Del Rio. HEX triplet: BC, 98 and 8A. RGB value is (188,152,138). Sum of RGB (Red+Green+Blue) = 188+152+138=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC988A is #436775. Grayscale: #A1A1A1. Windows color (decimal): -4417398 or 9083068. OLE color: 9083068.

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

Color convert

RGB 188 152 138 -
CMYK 0 0.19 0.27 0.26
HSL 16.8º 0.27% 0.64% -
HSV(B) 16.8º 0.27% 0.74% -
XYZ 36.55 34.98 28.87 -
YUV 161.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 188 152 138 0 0.19 0.27 0.26 16.8 0.27 0.64
Hex BC 98 8A 0 13 1B 1A 11 1B 40
Octal 274 230 212 0 23 33 32 21 33 100
Binary 10111100 10011000 10001010 0 10011 11011 11010 10001 11011 1000000

Color Harmonies of #BC988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC988A

Black with #BC988A

Text Example


Text Example

White with #BC988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC988A; }

 p { color: rgb(188,152,138); }

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

background-color css

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

 a { background-color: rgb(188,152,138); }

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

border-color css

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

 span { border-color: rgb(188,152,138); }

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