Html Css Color HEX #BCAA8B Pavlova

📋 copy color: '#BCAA8B'

red 188 ◦ green 170 ◦ blue 139

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

Shades of Pavlova #BCAA8B

Tints of Pavlova #BCAA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

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

R = 37.83%
G = 34.21%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCAA8B (or 0xBCAA8B) is known color: Pavlova. HEX triplet: BC, AA and 8B. RGB value is (188,170,139). Sum of RGB (Red+Green+Blue) = 188+170+139=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8B is #435574. Grayscale: #ABABAB. Windows color (decimal): -4412789 or 9153212. OLE color: 9153212.

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

Color convert

RGB 188 170 139 -
CMYK 0 0.10 0.26 0.26
HSL 37.96º 0.27% 0.64% -
HSV(B) 37.96º 0.26% 0.74% -
XYZ 39.77 41.3 30.3 -
YUV 171.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 188 170 139 0 0.10 0.26 0.26 37.96 0.27 0.64
Hex BC AA 8B 0 A 1A 1A 26 1B 40
Octal 274 252 213 0 12 32 32 46 33 100
Binary 10111100 10101010 10001011 0 1010 11010 11010 100110 11011 1000000

Color Harmonies of #BCAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA8B

Black with #BCAA8B

Text Example


Text Example

White with #BCAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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