Html Css Color HEX #BCA685 Pavlova

📋 copy color: '#BCA685'

red 188 ◦ green 166 ◦ blue 133

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

Shades of Pavlova #BCA685

Tints of Pavlova #BCA685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 38.6%
G = 34.09%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA685 (or 0xBCA685) is known color: Pavlova. HEX triplet: BC, A6 and 85. RGB value is (188,166,133). Sum of RGB (Red+Green+Blue) = 188+166+133=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA685 is #43597A. Grayscale: #A8A8A8. Windows color (decimal): -4413819 or 8758972. OLE color: 8758972.

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

Color convert

RGB 188 166 133 -
CMYK 0 0.12 0.29 0.26
HSL 36º 0.29% 0.63% -
HSV(B) 36º 0.29% 0.74% -
XYZ 38.61 39.66 27.81 -
YUV 168.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 188 166 133 0 0.12 0.29 0.26 36 0.29 0.63
Hex BC A6 85 0 C 1D 1A 24 1D 3F
Octal 274 246 205 0 14 35 32 44 35 77
Binary 10111100 10100110 10000101 0 1100 11101 11010 100100 11101 111111

Color Harmonies of #BCA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA685

Black with #BCA685

Text Example


Text Example

White with #BCA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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