Html Css Color HEX #BCA680 Pavlova

📋 copy color: '#BCA680'

red 188 ◦ green 166 ◦ blue 128

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

Shades of Pavlova #BCA680

Tints of Pavlova #BCA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

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

R = 39%
G = 34.44%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCA680 (or 0xBCA680) is known color: Pavlova. HEX triplet: BC, A6 and 80. RGB value is (188,166,128). Sum of RGB (Red+Green+Blue) = 188+166+128=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA680 is #43597F. Grayscale: #A8A8A8. Windows color (decimal): -4413824 or 8431292. OLE color: 8431292.

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

Color convert

RGB 188 166 128 -
CMYK 0 0.12 0.32 0.26
HSL 38º 0.31% 0.62% -
HSV(B) 38º 0.32% 0.74% -
XYZ 38.27 39.52 26.03 -
YUV 168.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 188 166 128 0 0.12 0.32 0.26 38 0.31 0.62
Hex BC A6 80 0 C 20 1A 26 1F 3E
Octal 274 246 200 0 14 40 32 46 37 76
Binary 10111100 10100110 10000000 0 1100 100000 11010 100110 11111 111110

Color Harmonies of #BCA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA680

Black with #BCA680

Text Example


Text Example

White with #BCA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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