Html Css Color HEX #BCA87C Pavlova

📋 copy color: '#BCA87C'

red 188 ◦ green 168 ◦ blue 124

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

Shades of Pavlova #BCA87C

Tints of Pavlova #BCA87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 39.17%
G = 35%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCA87C (or 0xBCA87C) is known color: Pavlova. HEX triplet: BC, A8 and 7C. RGB value is (188,168,124). Sum of RGB (Red+Green+Blue) = 188+168+124=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA87C is #435783. Grayscale: #A9A9A9. Windows color (decimal): -4413316 or 8169660. OLE color: 8169660.

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

Color convert

RGB 188 168 124 -
CMYK 0 0.11 0.34 0.26
HSL 41.25º 0.32% 0.61% -
HSV(B) 41.25º 0.34% 0.74% -
XYZ 38.38 40.15 24.8 -
YUV 168.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 188 168 124 0 0.11 0.34 0.26 41.25 0.32 0.61
Hex BC A8 7C 0 B 22 1A 29 20 3D
Octal 274 250 174 0 13 42 32 51 40 75
Binary 10111100 10101000 1111100 0 1011 100010 11010 101001 100000 111101

Color Harmonies of #BCA87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA87C

Black with #BCA87C

Text Example


Text Example

White with #BCA87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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