Html Css Color HEX #BCA885 Pavlova

📋 copy color: '#BCA885'

red 188 ◦ green 168 ◦ blue 133

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

Shades of Pavlova #BCA885

Tints of Pavlova #BCA885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

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

R = 38.45%
G = 34.36%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA885 (or 0xBCA885) is known color: Pavlova. HEX triplet: BC, A8 and 85. RGB value is (188,168,133). Sum of RGB (Red+Green+Blue) = 188+168+133=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA885 is #43577A. Grayscale: #AAAAAA. Windows color (decimal): -4413307 or 8759484. OLE color: 8759484.

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

Color convert

RGB 188 168 133 -
CMYK 0 0.11 0.29 0.26
HSL 38.18º 0.29% 0.63% -
HSV(B) 38.18º 0.29% 0.74% -
XYZ 38.98 40.39 27.93 -
YUV 169.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 188 168 133 0 0.11 0.29 0.26 38.18 0.29 0.63
Hex BC A8 85 0 B 1D 1A 26 1D 3F
Octal 274 250 205 0 13 35 32 46 35 77
Binary 10111100 10101000 10000101 0 1011 11101 11010 100110 11101 111111

Color Harmonies of #BCA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA885

Black with #BCA885

Text Example


Text Example

White with #BCA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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