Html Css Color HEX #BCA88C Pavlova

📋 copy color: '#BCA88C'

red 188 ◦ green 168 ◦ blue 140

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

Shades of Pavlova #BCA88C

Tints of Pavlova #BCA88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 37.9%
G = 33.87%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCA88C (or 0xBCA88C) is known color: Pavlova. HEX triplet: BC, A8 and 8C. RGB value is (188,168,140). Sum of RGB (Red+Green+Blue) = 188+168+140=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA88C is #435773. Grayscale: #AAAAAA. Windows color (decimal): -4413300 or 9218236. OLE color: 9218236.

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

Color convert

RGB 188 168 140 -
CMYK 0 0.11 0.26 0.26
HSL 35º 0.26% 0.64% -
HSV(B) 35º 0.26% 0.74% -
XYZ 39.48 40.59 30.57 -
YUV 170.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 188 168 140 0 0.11 0.26 0.26 35 0.26 0.64
Hex BC A8 8C 0 B 1A 1A 23 1A 40
Octal 274 250 214 0 13 32 32 43 32 100
Binary 10111100 10101000 10001100 0 1011 11010 11010 100011 11010 1000000

Color Harmonies of #BCA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA88C

Black with #BCA88C

Text Example


Text Example

White with #BCA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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