Html Css Color HEX #BCAB8B Pavlova

📋 copy color: '#BCAB8B'

red 188 ◦ green 171 ◦ blue 139

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

Shades of Pavlova #BCAB8B

Tints of Pavlova #BCAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 37.75%
G = 34.34%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCAB8B (or 0xBCAB8B) is known color: Pavlova. HEX triplet: BC, AB and 8B. RGB value is (188,171,139). Sum of RGB (Red+Green+Blue) = 188+171+139=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8B is #435474. Grayscale: #ACACAC. Windows color (decimal): -4412533 or 9153468. OLE color: 9153468.

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

Color convert

RGB 188 171 139 -
CMYK 0 0.09 0.26 0.26
HSL 39.18º 0.27% 0.64% -
HSV(B) 39.18º 0.26% 0.74% -
XYZ 39.96 41.68 30.37 -
YUV 172.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 188 171 139 0 0.09 0.26 0.26 39.18 0.27 0.64
Hex BC AB 8B 0 9 1A 1A 27 1B 40
Octal 274 253 213 0 11 32 32 47 33 100
Binary 10111100 10101011 10001011 0 1001 11010 11010 100111 11011 1000000

Color Harmonies of #BCAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB8B

Black with #BCAB8B

Text Example


Text Example

White with #BCAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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