Html Css Color HEX #BCA77C Pavlova

📋 copy color: '#BCA77C'

red 188 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #BCA77C

Tints of Pavlova #BCA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

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

R = 39.25%
G = 34.86%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCA77C (or 0xBCA77C) is known color: Pavlova. HEX triplet: BC, A7 and 7C. RGB value is (188,167,124). Sum of RGB (Red+Green+Blue) = 188+167+124=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA77C is #435883. Grayscale: #A8A8A8. Windows color (decimal): -4413572 or 8169404. OLE color: 8169404.

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

Color convert

RGB 188 167 124 -
CMYK 0 0.11 0.34 0.26
HSL 40.31º 0.32% 0.61% -
HSV(B) 40.31º 0.34% 0.74% -
XYZ 38.2 39.78 24.73 -
YUV 168.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 188 167 124 0 0.11 0.34 0.26 40.31 0.32 0.61
Hex BC A7 7C 0 B 22 1A 28 20 3D
Octal 274 247 174 0 13 42 32 50 40 75
Binary 10111100 10100111 1111100 0 1011 100010 11010 101000 100000 111101

Color Harmonies of #BCA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA77C

Black with #BCA77C

Text Example


Text Example

White with #BCA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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