Html Css Color HEX #BDA887 Pavlova

📋 copy color: '#BDA887'

red 189 ◦ green 168 ◦ blue 135

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

Shades of Pavlova #BDA887

Tints of Pavlova #BDA887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 38.41%
G = 34.15%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDA887 (or 0xBDA887) is known color: Pavlova. HEX triplet: BD, A8 and 87. RGB value is (189,168,135). Sum of RGB (Red+Green+Blue) = 189+168+135=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA887 is #425778. Grayscale: #AAAAAA. Windows color (decimal): -4347769 or 8890557. OLE color: 8890557.

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

Color convert

RGB 189 168 135 -
CMYK 0 0.11 0.29 0.26
HSL 36.67º 0.29% 0.64% -
HSV(B) 36.67º 0.29% 0.74% -
XYZ 39.36 40.57 28.68 -
YUV 170.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 189 168 135 0 0.11 0.29 0.26 36.67 0.29 0.64
Hex BD A8 87 0 B 1D 1A 25 1D 40
Octal 275 250 207 0 13 35 32 45 35 100
Binary 10111101 10101000 10000111 0 1011 11101 11010 100101 11101 1000000

Color Harmonies of #BDA887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA887

Black with #BDA887

Text Example


Text Example

White with #BDA887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA887; }

 p { color: rgb(189,168,135); }

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

background-color css

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

 a { background-color: rgb(189,168,135); }

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

border-color css

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

 span { border-color: rgb(189,168,135); }

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