Html Css Color HEX #BCA886 Pavlova

📋 copy color: '#BCA886'

red 188 ◦ green 168 ◦ blue 134

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

Shades of Pavlova #BCA886

Tints of Pavlova #BCA886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 38.37%
G = 34.29%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA886 (or 0xBCA886) is known color: Pavlova. HEX triplet: BC, A8 and 86. RGB value is (188,168,134). Sum of RGB (Red+Green+Blue) = 188+168+134=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA886 is #435779. Grayscale: #AAAAAA. Windows color (decimal): -4413306 or 8825020. OLE color: 8825020.

HSL color Cylindrical-coordinate representation of color #BCA886: hue angle of 37.78º 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 #BCA886 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 134 -
CMYK 0 0.11 0.29 0.26
HSL 37.78º 0.29% 0.63% -
HSV(B) 37.78º 0.29% 0.74% -
XYZ 39.04 40.42 28.3 -
YUV 170.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 188 168 134 0 0.11 0.29 0.26 37.78 0.29 0.63
Hex BC A8 86 0 B 1D 1A 26 1D 3F
Octal 274 250 206 0 13 35 32 46 35 77
Binary 10111100 10101000 10000110 0 1011 11101 11010 100110 11101 111111

Color Harmonies of #BCA886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA886

Black with #BCA886

Text Example


Text Example

White with #BCA886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA886; }

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

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

background-color css

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

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

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

border-color css

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

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

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