Html Css Color HEX #BDA781 Pavlova

📋 copy color: '#BDA781'

red 189 ◦ green 167 ◦ blue 129

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

Shades of Pavlova #BDA781

Tints of Pavlova #BDA781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 38.97%
G = 34.43%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDA781 (or 0xBDA781) is known color: Pavlova. HEX triplet: BD, A7 and 81. RGB value is (189,167,129). Sum of RGB (Red+Green+Blue) = 189+167+129=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA781 is #42587E. Grayscale: #A9A9A9. Windows color (decimal): -4348031 or 8497085. OLE color: 8497085.

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

Color convert

RGB 189 167 129 -
CMYK 0 0.12 0.32 0.26
HSL 38º 0.31% 0.62% -
HSV(B) 38º 0.32% 0.74% -
XYZ 38.77 40.04 26.45 -
YUV 169.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 189 167 129 0 0.12 0.32 0.26 38 0.31 0.62
Hex BD A7 81 0 C 20 1A 26 1F 3E
Octal 275 247 201 0 14 40 32 46 37 76
Binary 10111101 10100111 10000001 0 1100 100000 11010 100110 11111 111110

Color Harmonies of #BDA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA781

Black with #BDA781

Text Example


Text Example

White with #BDA781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA781; }

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

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

background-color css

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

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

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

border-color css

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

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

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