Html Css Color HEX #BCA584 Pavlova

📋 copy color: '#BCA584'

red 188 ◦ green 165 ◦ blue 132

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

Shades of Pavlova #BCA584

Tints of Pavlova #BCA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 38.76%
G = 34.02%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCA584 (or 0xBCA584) is known color: Pavlova. HEX triplet: BC, A5 and 84. RGB value is (188,165,132). Sum of RGB (Red+Green+Blue) = 188+165+132=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA584 is #435A7B. Grayscale: #A8A8A8. Windows color (decimal): -4414076 or 8693180. OLE color: 8693180.

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

Color convert

RGB 188 165 132 -
CMYK 0 0.12 0.30 0.26
HSL 35.36º 0.29% 0.63% -
HSV(B) 35.36º 0.3% 0.74% -
XYZ 38.36 39.27 27.39 -
YUV 168.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 188 165 132 0 0.12 0.30 0.26 35.36 0.29 0.63
Hex BC A5 84 0 C 1E 1A 23 1D 3F
Octal 274 245 204 0 14 36 32 43 35 77
Binary 10111100 10100101 10000100 0 1100 11110 11010 100011 11101 111111

Color Harmonies of #BCA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA584

Black with #BCA584

Text Example


Text Example

White with #BCA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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