Html Css Color HEX #BCA08D Del Rio

📋 copy color: '#BCA08D'

red 188 ◦ green 160 ◦ blue 141

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

Shades of Del Rio #BCA08D

Tints of Del Rio #BCA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

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

R = 38.45%
G = 32.72%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCA08D (or 0xBCA08D) is known color: Del Rio. HEX triplet: BC, A0 and 8D. RGB value is (188,160,141). Sum of RGB (Red+Green+Blue) = 188+160+141=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA08D is #435F72. Grayscale: #A6A6A6. Windows color (decimal): -4415347 or 9281724. OLE color: 9281724.

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

Color convert

RGB 188 160 141 -
CMYK 0 0.15 0.25 0.26
HSL 24.26º 0.26% 0.65% -
HSV(B) 24.26º 0.25% 0.74% -
XYZ 38.12 37.76 30.48 -
YUV 166.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 188 160 141 0 0.15 0.25 0.26 24.26 0.26 0.65
Hex BC A0 8D 0 F 19 1A 18 1A 41
Octal 274 240 215 0 17 31 32 30 32 101
Binary 10111100 10100000 10001101 0 1111 11001 11010 11000 11010 1000001

Color Harmonies of #BCA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA08D

Black with #BCA08D

Text Example


Text Example

White with #BCA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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