Html Css Color HEX #BAAB8B Pavlova

📋 copy color: '#BAAB8B'

red 186 ◦ green 171 ◦ blue 139

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

Shades of Pavlova #BAAB8B

Tints of Pavlova #BAAB8B

RGB

 RED value IS 186 (73.05% from 255) = 37.5%

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

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

R = 37.5%
G = 34.48%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAAB8B (or 0xBAAB8B) is known color: Pavlova. HEX triplet: BA, AB and 8B. RGB value is (186,171,139). Sum of RGB (Red+Green+Blue) = 186+171+139=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8B is #455474. Grayscale: #ABABAB. Windows color (decimal): -4543605 or 9153466. OLE color: 9153466.

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

Color convert

RGB 186 171 139 -
CMYK 0 0.08 0.25 0.27
HSL 40.85º 0.25% 0.64% -
HSV(B) 40.85º 0.25% 0.73% -
XYZ 39.47 41.43 30.34 -
YUV 171.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 186 171 139 0 0.08 0.25 0.27 40.85 0.25 0.64
Hex BA AB 8B 0 8 19 1B 29 19 40
Octal 272 253 213 0 10 31 33 51 31 100
Binary 10111010 10101011 10001011 0 1000 11001 11011 101001 11001 1000000

Color Harmonies of #BAAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB8B

Black with #BAAB8B

Text Example


Text Example

White with #BAAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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