Html Css Color HEX #BDA582 Pavlova

📋 copy color: '#BDA582'

red 189 ◦ green 165 ◦ blue 130

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

Shades of Pavlova #BDA582

Tints of Pavlova #BDA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

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

R = 39.05%
G = 34.09%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDA582 (or 0xBDA582) is known color: Pavlova. HEX triplet: BD, A5 and 82. RGB value is (189,165,130). Sum of RGB (Red+Green+Blue) = 189+165+130=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA582 is #425A7D. Grayscale: #A8A8A8. Windows color (decimal): -4348542 or 8562109. OLE color: 8562109.

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

Color convert

RGB 189 165 130 -
CMYK 0 0.13 0.31 0.26
HSL 35.59º 0.31% 0.63% -
HSV(B) 35.59º 0.31% 0.74% -
XYZ 38.47 39.34 26.69 -
YUV 168.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 189 165 130 0 0.13 0.31 0.26 35.59 0.31 0.63
Hex BD A5 82 0 D 1F 1A 24 1F 3F
Octal 275 245 202 0 15 37 32 44 37 77
Binary 10111101 10100101 10000010 0 1101 11111 11010 100100 11111 111111

Color Harmonies of #BDA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA582

Black with #BDA582

Text Example


Text Example

White with #BDA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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