Html Css Color HEX #BCAB85 Pavlova

📋 copy color: '#BCAB85'

red 188 ◦ green 171 ◦ blue 133

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

Shades of Pavlova #BCAB85

Tints of Pavlova #BCAB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 38.21%
G = 34.76%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCAB85 (or 0xBCAB85) is known color: Pavlova. HEX triplet: BC, AB and 85. RGB value is (188,171,133). Sum of RGB (Red+Green+Blue) = 188+171+133=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB85 is #43547A. Grayscale: #ABABAB. Windows color (decimal): -4412539 or 8760252. OLE color: 8760252.

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

Color convert

RGB 188 171 133 -
CMYK 0 0.09 0.29 0.26
HSL 41.45º 0.29% 0.63% -
HSV(B) 41.45º 0.29% 0.74% -
XYZ 39.54 41.51 28.12 -
YUV 171.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 188 171 133 0 0.09 0.29 0.26 41.45 0.29 0.63
Hex BC AB 85 0 9 1D 1A 29 1D 3F
Octal 274 253 205 0 11 35 32 51 35 77
Binary 10111100 10101011 10000101 0 1001 11101 11010 101001 11101 111111

Color Harmonies of #BCAB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB85

Black with #BCAB85

Text Example


Text Example

White with #BCAB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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