Html Css Color HEX #BCA588 Pavlova

📋 copy color: '#BCA588'

red 188 ◦ green 165 ◦ blue 136

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

Shades of Pavlova #BCA588

Tints of Pavlova #BCA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 38.45%
G = 33.74%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA588 (or 0xBCA588) is known color: Pavlova. HEX triplet: BC, A5 and 88. RGB value is (188,165,136). Sum of RGB (Red+Green+Blue) = 188+165+136=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA588 is #435A77. Grayscale: #A8A8A8. Windows color (decimal): -4414072 or 8955324. OLE color: 8955324.

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

Color convert

RGB 188 165 136 -
CMYK 0 0.12 0.28 0.26
HSL 33.46º 0.28% 0.64% -
HSV(B) 33.46º 0.28% 0.74% -
XYZ 38.64 39.38 28.86 -
YUV 168.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 188 165 136 0 0.12 0.28 0.26 33.46 0.28 0.64
Hex BC A5 88 0 C 1C 1A 21 1C 40
Octal 274 245 210 0 14 34 32 41 34 100
Binary 10111100 10100101 10001000 0 1100 11100 11010 100001 11100 1000000

Color Harmonies of #BCA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA588

Black with #BCA588

Text Example


Text Example

White with #BCA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA588; }

 p { color: rgb(188,165,136); }

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

background-color css

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

 a { background-color: rgb(188,165,136); }

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

border-color css

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

 span { border-color: rgb(188,165,136); }

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