Html Css Color HEX #BCAC90 Pavlova

📋 copy color: '#BCAC90'

red 188 ◦ green 172 ◦ blue 144

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

Shades of Pavlova #BCAC90

Tints of Pavlova #BCAC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 37.3%
G = 34.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCAC90 (or 0xBCAC90) is known color: Pavlova. HEX triplet: BC, AC and 90. RGB value is (188,172,144). Sum of RGB (Red+Green+Blue) = 188+172+144=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC90 is #43536F. Grayscale: #ADADAD. Windows color (decimal): -4412272 or 9481404. OLE color: 9481404.

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

Color convert

RGB 188 172 144 -
CMYK 0 0.09 0.23 0.26
HSL 38.18º 0.25% 0.65% -
HSV(B) 38.18º 0.23% 0.74% -
XYZ 40.53 42.21 32.4 -
YUV 173.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 188 172 144 0 0.09 0.23 0.26 38.18 0.25 0.65
Hex BC AC 90 0 9 17 1A 26 19 41
Octal 274 254 220 0 11 27 32 46 31 101
Binary 10111100 10101100 10010000 0 1001 10111 11010 100110 11001 1000001

Color Harmonies of #BCAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC90

Black with #BCAC90

Text Example


Text Example

White with #BCAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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