Html Css Color HEX #BCAB80 Pavlova

📋 copy color: '#BCAB80'

red 188 ◦ green 171 ◦ blue 128

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

Shades of Pavlova #BCAB80

Tints of Pavlova #BCAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.11%

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

R = 38.6%
G = 35.11%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCAB80 (or 0xBCAB80) is known color: Pavlova. HEX triplet: BC, AB and 80. RGB value is (188,171,128). Sum of RGB (Red+Green+Blue) = 188+171+128=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB80 is #43547F. Grayscale: #ABABAB. Windows color (decimal): -4412544 or 8432572. OLE color: 8432572.

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

Color convert

RGB 188 171 128 -
CMYK 0 0.09 0.32 0.26
HSL 43º 0.31% 0.62% -
HSV(B) 43º 0.32% 0.74% -
XYZ 39.2 41.38 26.34 -
YUV 171.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 188 171 128 0 0.09 0.32 0.26 43 0.31 0.62
Hex BC AB 80 0 9 20 1A 2B 1F 3E
Octal 274 253 200 0 11 40 32 53 37 76
Binary 10111100 10101011 10000000 0 1001 100000 11010 101011 11111 111110

Color Harmonies of #BCAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB80

Black with #BCAB80

Text Example


Text Example

White with #BCAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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