Html Css Color HEX #BCA682 Pavlova

📋 copy color: '#BCA682'

red 188 ◦ green 166 ◦ blue 130

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

Shades of Pavlova #BCA682

Tints of Pavlova #BCA682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 38.84%
G = 34.3%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCA682 (or 0xBCA682) is known color: Pavlova. HEX triplet: BC, A6 and 82. RGB value is (188,166,130). Sum of RGB (Red+Green+Blue) = 188+166+130=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA682 is #43597D. Grayscale: #A8A8A8. Windows color (decimal): -4413822 or 8562364. OLE color: 8562364.

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

Color convert

RGB 188 166 130 -
CMYK 0 0.12 0.31 0.26
HSL 37.24º 0.3% 0.62% -
HSV(B) 37.24º 0.31% 0.74% -
XYZ 38.4 39.58 26.73 -
YUV 168.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 188 166 130 0 0.12 0.31 0.26 37.24 0.3 0.62
Hex BC A6 82 0 C 1F 1A 25 1E 3E
Octal 274 246 202 0 14 37 32 45 36 76
Binary 10111100 10100110 10000010 0 1100 11111 11010 100101 11110 111110

Color Harmonies of #BCA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA682

Black with #BCA682

Text Example


Text Example

White with #BCA682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA682; }

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

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

background-color css

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

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

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

border-color css

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

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

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