Html Css Color HEX #BCAB8A Pavlova

📋 copy color: '#BCAB8A'

red 188 ◦ green 171 ◦ blue 138

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

Shades of Pavlova #BCAB8A

Tints of Pavlova #BCAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 37.83%
G = 34.41%
B = 27.77%

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

#BCAB8A (or 0xBCAB8A) is known color: Pavlova. HEX triplet: BC, AB and 8A. RGB value is (188,171,138). Sum of RGB (Red+Green+Blue) = 188+171+138=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8A is #435475. Grayscale: #ACACAC. Windows color (decimal): -4412534 or 9087932. OLE color: 9087932.

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

Color convert

RGB 188 171 138 -
CMYK 0 0.09 0.27 0.26
HSL 39.6º 0.27% 0.64% -
HSV(B) 39.6º 0.27% 0.74% -
XYZ 39.89 41.65 29.98 -
YUV 172.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 188 171 138 0 0.09 0.27 0.26 39.6 0.27 0.64
Hex BC AB 8A 0 9 1B 1A 28 1B 40
Octal 274 253 212 0 11 33 32 50 33 100
Binary 10111100 10101011 10001010 0 1001 11011 11010 101000 11011 1000000

Color Harmonies of #BCAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB8A

Black with #BCAB8A

Text Example


Text Example

White with #BCAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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