Html Css Color HEX #BDAC8C Pavlova

📋 copy color: '#BDAC8C'

red 189 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #BDAC8C

Tints of Pavlova #BDAC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 37.72%
G = 34.33%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDAC8C (or 0xBDAC8C) is known color: Pavlova. HEX triplet: BD, AC and 8C. RGB value is (189,172,140). Sum of RGB (Red+Green+Blue) = 189+172+140=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC8C is #425373. Grayscale: #ADADAD. Windows color (decimal): -4346740 or 9219261. OLE color: 9219261.

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

Color convert

RGB 189 172 140 -
CMYK 0 0.09 0.26 0.26
HSL 39.18º 0.27% 0.65% -
HSV(B) 39.18º 0.26% 0.74% -
XYZ 40.47 42.22 30.83 -
YUV 173.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 189 172 140 0 0.09 0.26 0.26 39.18 0.27 0.65
Hex BD AC 8C 0 9 1A 1A 27 1B 41
Octal 275 254 214 0 11 32 32 47 33 101
Binary 10111101 10101100 10001100 0 1001 11010 11010 100111 11011 1000001

Color Harmonies of #BDAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC8C

Black with #BDAC8C

Text Example


Text Example

White with #BDAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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