Html Css Color HEX #BCA292 Del Rio

📋 copy color: '#BCA292'

red 188 ◦ green 162 ◦ blue 146

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

Shades of Del Rio #BCA292

Tints of Del Rio #BCA292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 37.9%
G = 32.66%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCA292 (or 0xBCA292) is known color: Del Rio. HEX triplet: BC, A2 and 92. RGB value is (188,162,146). Sum of RGB (Red+Green+Blue) = 188+162+146=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA292 is #435D6D. Grayscale: #A8A8A8. Windows color (decimal): -4414830 or 9609916. OLE color: 9609916.

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

Color convert

RGB 188 162 146 -
CMYK 0 0.14 0.22 0.26
HSL 22.86º 0.24% 0.65% -
HSV(B) 22.86º 0.22% 0.74% -
XYZ 38.85 38.61 32.6 -
YUV 167.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 188 162 146 0 0.14 0.22 0.26 22.86 0.24 0.65
Hex BC A2 92 0 E 16 1A 17 18 41
Octal 274 242 222 0 16 26 32 27 30 101
Binary 10111100 10100010 10010010 0 1110 10110 11010 10111 11000 1000001

Color Harmonies of #BCA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA292

Black with #BCA292

Text Example


Text Example

White with #BCA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA292; }

 p { color: rgb(188,162,146); }

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

background-color css

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

 a { background-color: rgb(188,162,146); }

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

border-color css

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

 span { border-color: rgb(188,162,146); }

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