Html Css Color HEX #BCA887 Pavlova

📋 copy color: '#BCA887'

red 188 ◦ green 168 ◦ blue 135

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

Shades of Pavlova #BCA887

Tints of Pavlova #BCA887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 38.29%
G = 34.22%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA887 (or 0xBCA887) is known color: Pavlova. HEX triplet: BC, A8 and 87. RGB value is (188,168,135). Sum of RGB (Red+Green+Blue) = 188+168+135=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA887 is #435778. Grayscale: #AAAAAA. Windows color (decimal): -4413305 or 8890556. OLE color: 8890556.

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

Color convert

RGB 188 168 135 -
CMYK 0 0.11 0.28 0.26
HSL 37.36º 0.28% 0.63% -
HSV(B) 37.36º 0.28% 0.74% -
XYZ 39.11 40.45 28.67 -
YUV 170.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 188 168 135 0 0.11 0.28 0.26 37.36 0.28 0.63
Hex BC A8 87 0 B 1C 1A 25 1C 3F
Octal 274 250 207 0 13 34 32 45 34 77
Binary 10111100 10101000 10000111 0 1011 11100 11010 100101 11100 111111

Color Harmonies of #BCA887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA887

Black with #BCA887

Text Example


Text Example

White with #BCA887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA887; }

 p { color: rgb(188,168,135); }

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

background-color css

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

 a { background-color: rgb(188,168,135); }

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

border-color css

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

 span { border-color: rgb(188,168,135); }

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