Html Css Color HEX #BCA585 Pavlova

📋 copy color: '#BCA585'

red 188 ◦ green 165 ◦ blue 133

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

Shades of Pavlova #BCA585

Tints of Pavlova #BCA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 38.68%
G = 33.95%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA585 (or 0xBCA585) is known color: Pavlova. HEX triplet: BC, A5 and 85. RGB value is (188,165,133). Sum of RGB (Red+Green+Blue) = 188+165+133=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA585 is #435A7A. Grayscale: #A8A8A8. Windows color (decimal): -4414075 or 8758716. OLE color: 8758716.

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

Color convert

RGB 188 165 133 -
CMYK 0 0.12 0.29 0.26
HSL 34.91º 0.29% 0.63% -
HSV(B) 34.91º 0.29% 0.74% -
XYZ 38.43 39.3 27.75 -
YUV 168.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 188 165 133 0 0.12 0.29 0.26 34.91 0.29 0.63
Hex BC A5 85 0 C 1D 1A 23 1D 3F
Octal 274 245 205 0 14 35 32 43 35 77
Binary 10111100 10100101 10000101 0 1100 11101 11010 100011 11101 111111

Color Harmonies of #BCA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA585

Black with #BCA585

Text Example


Text Example

White with #BCA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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