Html Css Color HEX #BDAC8A Pavlova

📋 copy color: '#BDAC8A'

red 189 ◦ green 172 ◦ blue 138

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

Shades of Pavlova #BDAC8A

Tints of Pavlova #BDAC8A

RGB

 RED value IS 189 (74.22% from 255) = 37.88%

 GREEN value IS 172 (67.58% from 255) = 34.47%

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

R = 37.88%
G = 34.47%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDAC8A (or 0xBDAC8A) is known color: Pavlova. HEX triplet: BD, AC and 8A. RGB value is (189,172,138). Sum of RGB (Red+Green+Blue) = 189+172+138=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC8A is #425375. Grayscale: #ADADAD. Windows color (decimal): -4346742 or 9088189. OLE color: 9088189.

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

Color convert

RGB 189 172 138 -
CMYK 0 0.09 0.27 0.26
HSL 40º 0.28% 0.64% -
HSV(B) 40º 0.27% 0.74% -
XYZ 40.33 42.16 30.06 -
YUV 173.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 189 172 138 0 0.09 0.27 0.26 40 0.28 0.64
Hex BD AC 8A 0 9 1B 1A 28 1C 40
Octal 275 254 212 0 11 33 32 50 34 100
Binary 10111101 10101100 10001010 0 1001 11011 11010 101000 11100 1000000

Color Harmonies of #BDAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC8A

Black with #BDAC8A

Text Example


Text Example

White with #BDAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC8A; }

 p { color: rgb(189,172,138); }

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

background-color css

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

 a { background-color: rgb(189,172,138); }

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

border-color css

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

 span { border-color: rgb(189,172,138); }

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