Html Css Color HEX #BCA380 Pavlova

📋 copy color: '#BCA380'

red 188 ◦ green 163 ◦ blue 128

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

Shades of Pavlova #BCA380

Tints of Pavlova #BCA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 39.25%
G = 34.03%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCA380 (or 0xBCA380) is known color: Pavlova. HEX triplet: BC, A3 and 80. RGB value is (188,163,128). Sum of RGB (Red+Green+Blue) = 188+163+128=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA380 is #435C7F. Grayscale: #A6A6A6. Windows color (decimal): -4414592 or 8430524. OLE color: 8430524.

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

Color convert

RGB 188 163 128 -
CMYK 0 0.13 0.32 0.26
HSL 35º 0.31% 0.62% -
HSV(B) 35º 0.32% 0.74% -
XYZ 37.73 38.44 25.85 -
YUV 166.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 188 163 128 0 0.13 0.32 0.26 35 0.31 0.62
Hex BC A3 80 0 D 20 1A 23 1F 3E
Octal 274 243 200 0 15 40 32 43 37 76
Binary 10111100 10100011 10000000 0 1101 100000 11010 100011 11111 111110

Color Harmonies of #BCA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA380

Black with #BCA380

Text Example


Text Example

White with #BCA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA380; }

 p { color: rgb(188,163,128); }

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

background-color css

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

 a { background-color: rgb(188,163,128); }

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

border-color css

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

 span { border-color: rgb(188,163,128); }

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