Html Css Color HEX #BDA782 Pavlova

📋 copy color: '#BDA782'

red 189 ◦ green 167 ◦ blue 130

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

Shades of Pavlova #BDA782

Tints of Pavlova #BDA782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 38.89%
G = 34.36%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDA782 (or 0xBDA782) is known color: Pavlova. HEX triplet: BD, A7 and 82. RGB value is (189,167,130). Sum of RGB (Red+Green+Blue) = 189+167+130=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA782 is #42587D. Grayscale: #A9A9A9. Windows color (decimal): -4348030 or 8562621. OLE color: 8562621.

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

Color convert

RGB 189 167 130 -
CMYK 0 0.12 0.31 0.26
HSL 37.63º 0.31% 0.63% -
HSV(B) 37.63º 0.31% 0.74% -
XYZ 38.83 40.07 26.81 -
YUV 169.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 189 167 130 0 0.12 0.31 0.26 37.63 0.31 0.63
Hex BD A7 82 0 C 1F 1A 26 1F 3F
Octal 275 247 202 0 14 37 32 46 37 77
Binary 10111101 10100111 10000010 0 1100 11111 11010 100110 11111 111111

Color Harmonies of #BDA782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA782

Black with #BDA782

Text Example


Text Example

White with #BDA782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA782; }

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

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

background-color css

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

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

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

border-color css

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

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

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