Html Css Color HEX #BCAB90 Pavlova

📋 copy color: '#BCAB90'

red 188 ◦ green 171 ◦ blue 144

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

Shades of Pavlova #BCAB90

Tints of Pavlova #BCAB90

RGB

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

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

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

R = 37.38%
G = 34%
B = 28.63%

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

#BCAB90 (or 0xBCAB90) is known color: Pavlova. HEX triplet: BC, AB and 90. RGB value is (188,171,144). Sum of RGB (Red+Green+Blue) = 188+171+144=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB90 is #43546F. Grayscale: #ADADAD. Windows color (decimal): -4412528 or 9481148. OLE color: 9481148.

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

Color convert

RGB 188 171 144 -
CMYK 0 0.09 0.23 0.26
HSL 36.82º 0.25% 0.65% -
HSV(B) 36.82º 0.23% 0.74% -
XYZ 40.34 41.83 32.33 -
YUV 173.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 188 171 144 0 0.09 0.23 0.26 36.82 0.25 0.65
Hex BC AB 90 0 9 17 1A 25 19 41
Octal 274 253 220 0 11 27 32 45 31 101
Binary 10111100 10101011 10010000 0 1001 10111 11010 100101 11001 1000001

Color Harmonies of #BCAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB90

Black with #BCAB90

Text Example


Text Example

White with #BCAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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