Html Css Color HEX #BDA88D Pavlova

📋 copy color: '#BDA88D'

red 189 ◦ green 168 ◦ blue 141

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

Shades of Pavlova #BDA88D

Tints of Pavlova #BDA88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 37.95%
G = 33.73%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA88D (or 0xBDA88D) is known color: Pavlova. HEX triplet: BD, A8 and 8D. RGB value is (189,168,141). Sum of RGB (Red+Green+Blue) = 189+168+141=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA88D is #425772. Grayscale: #ABABAB. Windows color (decimal): -4347763 or 9283773. OLE color: 9283773.

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

Color convert

RGB 189 168 141 -
CMYK 0 0.11 0.25 0.26
HSL 33.75º 0.27% 0.65% -
HSV(B) 33.75º 0.25% 0.74% -
XYZ 39.8 40.75 30.97 -
YUV 171.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 189 168 141 0 0.11 0.25 0.26 33.75 0.27 0.65
Hex BD A8 8D 0 B 19 1A 22 1B 41
Octal 275 250 215 0 13 31 32 42 33 101
Binary 10111101 10101000 10001101 0 1011 11001 11010 100010 11011 1000001

Color Harmonies of #BDA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA88D

Black with #BDA88D

Text Example


Text Example

White with #BDA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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