Html Css Color HEX #BCA788 Pavlova

📋 copy color: '#BCA788'

red 188 ◦ green 167 ◦ blue 136

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

Shades of Pavlova #BCA788

Tints of Pavlova #BCA788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 38.29%
G = 34.01%
B = 27.7%

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

#BCA788 (or 0xBCA788) is known color: Pavlova. HEX triplet: BC, A7 and 88. RGB value is (188,167,136). Sum of RGB (Red+Green+Blue) = 188+167+136=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA788 is #435877. Grayscale: #A9A9A9. Windows color (decimal): -4413560 or 8955836. OLE color: 8955836.

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

Color convert

RGB 188 167 136 -
CMYK 0 0.11 0.28 0.26
HSL 35.77º 0.28% 0.64% -
HSV(B) 35.77º 0.28% 0.74% -
XYZ 39 40.11 28.98 -
YUV 169.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 188 167 136 0 0.11 0.28 0.26 35.77 0.28 0.64
Hex BC A7 88 0 B 1C 1A 24 1C 40
Octal 274 247 210 0 13 34 32 44 34 100
Binary 10111100 10100111 10001000 0 1011 11100 11010 100100 11100 1000000

Color Harmonies of #BCA788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA788

Black with #BCA788

Text Example


Text Example

White with #BCA788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA788; }

 p { color: rgb(188,167,136); }

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

background-color css

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

 a { background-color: rgb(188,167,136); }

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

border-color css

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

 span { border-color: rgb(188,167,136); }

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