Html Css Color HEX #BCAA85 Pavlova

📋 copy color: '#BCAA85'

red 188 ◦ green 170 ◦ blue 133

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

Shades of Pavlova #BCAA85

Tints of Pavlova #BCAA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.62%

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

R = 38.29%
G = 34.62%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCAA85 (or 0xBCAA85) is known color: Pavlova. HEX triplet: BC, AA and 85. RGB value is (188,170,133). Sum of RGB (Red+Green+Blue) = 188+170+133=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA85 is #43557A. Grayscale: #ABABAB. Windows color (decimal): -4412795 or 8759996. OLE color: 8759996.

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

Color convert

RGB 188 170 133 -
CMYK 0 0.10 0.29 0.26
HSL 40.36º 0.29% 0.63% -
HSV(B) 40.36º 0.29% 0.74% -
XYZ 39.35 41.13 28.06 -
YUV 171.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 188 170 133 0 0.10 0.29 0.26 40.36 0.29 0.63
Hex BC AA 85 0 A 1D 1A 28 1D 3F
Octal 274 252 205 0 12 35 32 50 35 77
Binary 10111100 10101010 10000101 0 1010 11101 11010 101000 11101 111111

Color Harmonies of #BCAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA85

Black with #BCAA85

Text Example


Text Example

White with #BCAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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