Html Css Color HEX #BDA788 Pavlova

📋 copy color: '#BDA788'

red 189 ◦ green 167 ◦ blue 136

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

Shades of Pavlova #BDA788

Tints of Pavlova #BDA788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 38.41%
G = 33.94%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA788 (or 0xBDA788) is known color: Pavlova. HEX triplet: BD, A7 and 88. RGB value is (189,167,136). Sum of RGB (Red+Green+Blue) = 189+167+136=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA788 is #425877. Grayscale: #AAAAAA. Windows color (decimal): -4348024 or 8955837. OLE color: 8955837.

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

Color convert

RGB 189 167 136 -
CMYK 0 0.12 0.28 0.26
HSL 35.09º 0.29% 0.64% -
HSV(B) 35.09º 0.28% 0.74% -
XYZ 39.25 40.23 28.99 -
YUV 170.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 189 167 136 0 0.12 0.28 0.26 35.09 0.29 0.64
Hex BD A7 88 0 C 1C 1A 23 1D 40
Octal 275 247 210 0 14 34 32 43 35 100
Binary 10111101 10100111 10001000 0 1100 11100 11010 100011 11101 1000000

Color Harmonies of #BDA788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA788

Black with #BDA788

Text Example


Text Example

White with #BDA788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA788; }

 p { color: rgb(189,167,136); }

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

background-color css

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

 a { background-color: rgb(189,167,136); }

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

border-color css

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

 span { border-color: rgb(189,167,136); }

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