Html Css Color HEX #BCA678 Pavlova

📋 copy color: '#BCA678'

red 188 ◦ green 166 ◦ blue 120

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

Shades of Pavlova #BCA678

Tints of Pavlova #BCA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 39.66%
G = 35.02%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA678 (or 0xBCA678) is known color: Pavlova. HEX triplet: BC, A6 and 78. RGB value is (188,166,120). Sum of RGB (Red+Green+Blue) = 188+166+120=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA678 is #435987. Grayscale: #A7A7A7. Windows color (decimal): -4413832 or 7907004. OLE color: 7907004.

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

Color convert

RGB 188 166 120 -
CMYK 0 0.12 0.36 0.26
HSL 40.59º 0.34% 0.6% -
HSV(B) 40.59º 0.36% 0.74% -
XYZ 37.77 39.32 23.37 -
YUV 167.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 188 166 120 0 0.12 0.36 0.26 40.59 0.34 0.6
Hex BC A6 78 0 C 24 1A 29 22 3C
Octal 274 246 170 0 14 44 32 51 42 74
Binary 10111100 10100110 1111000 0 1100 100100 11010 101001 100010 111100

Color Harmonies of #BCA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA678

Black with #BCA678

Text Example


Text Example

White with #BCA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA678; }

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

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

background-color css

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

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

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

border-color css

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

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

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