Html Css Color HEX #BDA982 Pavlova

📋 copy color: '#BDA982'

red 189 ◦ green 169 ◦ blue 130

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

Shades of Pavlova #BDA982

Tints of Pavlova #BDA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

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

R = 38.73%
G = 34.63%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDA982 (or 0xBDA982) is known color: Pavlova. HEX triplet: BD, A9 and 82. RGB value is (189,169,130). Sum of RGB (Red+Green+Blue) = 189+169+130=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA982 is #42567D. Grayscale: #AAAAAA. Windows color (decimal): -4347518 or 8563133. OLE color: 8563133.

HSL color Cylindrical-coordinate representation of color #BDA982: hue angle of 39.66º 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 #BDA982 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 130 -
CMYK 0 0.11 0.31 0.26
HSL 39.66º 0.31% 0.63% -
HSV(B) 39.66º 0.31% 0.74% -
XYZ 39.2 40.81 26.93 -
YUV 170.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 189 169 130 0 0.11 0.31 0.26 39.66 0.31 0.63
Hex BD A9 82 0 B 1F 1A 28 1F 3F
Octal 275 251 202 0 13 37 32 50 37 77
Binary 10111101 10101001 10000010 0 1011 11111 11010 101000 11111 111111

Color Harmonies of #BDA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA982

Black with #BDA982

Text Example


Text Example

White with #BDA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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