Html Css Color HEX #BCAD8A Pavlova

📋 copy color: '#BCAD8A'

red 188 ◦ green 173 ◦ blue 138

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

Shades of Pavlova #BCAD8A

Tints of Pavlova #BCAD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 37.68%
G = 34.67%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCAD8A (or 0xBCAD8A) is known color: Pavlova. HEX triplet: BC, AD and 8A. RGB value is (188,173,138). Sum of RGB (Red+Green+Blue) = 188+173+138=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8A is #435275. Grayscale: #ADADAD. Windows color (decimal): -4412022 or 9088444. OLE color: 9088444.

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

Color convert

RGB 188 173 138 -
CMYK 0 0.08 0.27 0.26
HSL 42º 0.27% 0.64% -
HSV(B) 42º 0.27% 0.74% -
XYZ 40.27 42.41 30.11 -
YUV 173.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 188 173 138 0 0.08 0.27 0.26 42 0.27 0.64
Hex BC AD 8A 0 8 1B 1A 2A 1B 40
Octal 274 255 212 0 10 33 32 52 33 100
Binary 10111100 10101101 10001010 0 1000 11011 11010 101010 11011 1000000

Color Harmonies of #BCAD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD8A

Black with #BCAD8A

Text Example


Text Example

White with #BCAD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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