Html Css Color HEX #BCAA80 Pavlova

📋 copy color: '#BCAA80'

red 188 ◦ green 170 ◦ blue 128

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

Shades of Pavlova #BCAA80

Tints of Pavlova #BCAA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

 BLUE value IS 128 (50.39% from 255) = 26.34%

R = 38.68%
G = 34.98%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCAA80 (or 0xBCAA80) is known color: Pavlova. HEX triplet: BC, AA and 80. RGB value is (188,170,128). Sum of RGB (Red+Green+Blue) = 188+170+128=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA80 is #43557F. Grayscale: #AAAAAA. Windows color (decimal): -4412800 or 8432316. OLE color: 8432316.

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

Color convert

RGB 188 170 128 -
CMYK 0 0.10 0.32 0.26
HSL 42º 0.31% 0.62% -
HSV(B) 42º 0.32% 0.74% -
XYZ 39.01 41 26.28 -
YUV 170.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 188 170 128 0 0.10 0.32 0.26 42 0.31 0.62
Hex BC AA 80 0 A 20 1A 2A 1F 3E
Octal 274 252 200 0 12 40 32 52 37 76
Binary 10111100 10101010 10000000 0 1010 100000 11010 101010 11111 111110

Color Harmonies of #BCAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA80

Black with #BCAA80

Text Example


Text Example

White with #BCAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA80; }

 p { color: rgb(188,170,128); }

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

background-color css

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

 a { background-color: rgb(188,170,128); }

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

border-color css

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

 span { border-color: rgb(188,170,128); }

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