Html Css Color HEX #BCA57C Pavlova

📋 copy color: '#BCA57C'

red 188 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #BCA57C

Tints of Pavlova #BCA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 39.41%
G = 34.59%
B = 26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCA57C (or 0xBCA57C) is known color: Pavlova. HEX triplet: BC, A5 and 7C. RGB value is (188,165,124). Sum of RGB (Red+Green+Blue) = 188+165+124=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA57C is #435A83. Grayscale: #A7A7A7. Windows color (decimal): -4414084 or 8168892. OLE color: 8168892.

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

Color convert

RGB 188 165 124 -
CMYK 0 0.12 0.34 0.26
HSL 38.44º 0.32% 0.61% -
HSV(B) 38.44º 0.34% 0.74% -
XYZ 37.83 39.06 24.61 -
YUV 167.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 188 165 124 0 0.12 0.34 0.26 38.44 0.32 0.61
Hex BC A5 7C 0 C 22 1A 26 20 3D
Octal 274 245 174 0 14 42 32 46 40 75
Binary 10111100 10100101 1111100 0 1100 100010 11010 100110 100000 111101

Color Harmonies of #BCA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA57C

Black with #BCA57C

Text Example


Text Example

White with #BCA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA57C; }

 p { color: rgb(188,165,124); }

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

background-color css

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

 a { background-color: rgb(188,165,124); }

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

border-color css

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

 span { border-color: rgb(188,165,124); }

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