Html Css Color HEX #BCAC89 Pavlova

📋 copy color: '#BCAC89'

red 188 ◦ green 172 ◦ blue 137

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

Shades of Pavlova #BCAC89

Tints of Pavlova #BCAC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 137 (53.91% from 255) = 27.57%

R = 37.83%
G = 34.61%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCAC89 (or 0xBCAC89) is known color: Pavlova. HEX triplet: BC, AC and 89. RGB value is (188,172,137). Sum of RGB (Red+Green+Blue) = 188+172+137=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC89 is #435376. Grayscale: #ACACAC. Windows color (decimal): -4412279 or 9022652. OLE color: 9022652.

HSL color Cylindrical-coordinate representation of color #BCAC89: hue angle of 41.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAC89 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 137 -
CMYK 0 0.09 0.27 0.26
HSL 41.18º 0.28% 0.64% -
HSV(B) 41.18º 0.27% 0.74% -
XYZ 40.01 42 29.67 -
YUV 172.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 188 172 137 0 0.09 0.27 0.26 41.18 0.28 0.64
Hex BC AC 89 0 9 1B 1A 29 1C 40
Octal 274 254 211 0 11 33 32 51 34 100
Binary 10111100 10101100 10001001 0 1001 11011 11010 101001 11100 1000000

Color Harmonies of #BCAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC89

Black with #BCAC89

Text Example


Text Example

White with #BCAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC89; }

 p { color: rgb(188,172,137); }

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

background-color css

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

 a { background-color: rgb(188,172,137); }

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

border-color css

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

 span { border-color: rgb(188,172,137); }

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