Html Css Color HEX #BAAB8A Pavlova

📋 copy color: '#BAAB8A'

red 186 ◦ green 171 ◦ blue 138

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

Shades of Pavlova #BAAB8A

Tints of Pavlova #BAAB8A

RGB

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

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

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

R = 37.58%
G = 34.55%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAAB8A (or 0xBAAB8A) is known color: Pavlova. HEX triplet: BA, AB and 8A. RGB value is (186,171,138). Sum of RGB (Red+Green+Blue) = 186+171+138=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8A is #455475. Grayscale: #ABABAB. Windows color (decimal): -4543606 or 9087930. OLE color: 9087930.

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

Color convert

RGB 186 171 138 -
CMYK 0 0.08 0.26 0.27
HSL 41.25º 0.26% 0.64% -
HSV(B) 41.25º 0.26% 0.73% -
XYZ 39.4 41.4 29.96 -
YUV 171.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 186 171 138 0 0.08 0.26 0.27 41.25 0.26 0.64
Hex BA AB 8A 0 8 1A 1B 29 1A 40
Octal 272 253 212 0 10 32 33 51 32 100
Binary 10111010 10101011 10001010 0 1000 11010 11011 101001 11010 1000000

Color Harmonies of #BAAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB8A

Black with #BAAB8A

Text Example


Text Example

White with #BAAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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