Html Css Color HEX #BCAC80 Pavlova

📋 copy color: '#BCAC80'

red 188 ◦ green 172 ◦ blue 128

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

Shades of Pavlova #BCAC80

Tints of Pavlova #BCAC80

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 38.52%
G = 35.25%
B = 26.23%

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

#BCAC80 (or 0xBCAC80) is known color: Pavlova. HEX triplet: BC, AC and 80. RGB value is (188,172,128). Sum of RGB (Red+Green+Blue) = 188+172+128=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC80 is #43537F. Grayscale: #ABABAB. Windows color (decimal): -4412288 or 8432828. OLE color: 8432828.

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

Color convert

RGB 188 172 128 -
CMYK 0 0.09 0.32 0.26
HSL 44º 0.31% 0.62% -
HSV(B) 44º 0.32% 0.74% -
XYZ 39.39 41.75 26.41 -
YUV 171.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 188 172 128 0 0.09 0.32 0.26 44 0.31 0.62
Hex BC AC 80 0 9 20 1A 2C 1F 3E
Octal 274 254 200 0 11 40 32 54 37 76
Binary 10111100 10101100 10000000 0 1001 100000 11010 101100 11111 111110

Color Harmonies of #BCAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC80

Black with #BCAC80

Text Example


Text Example

White with #BCAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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