Html Css Color HEX #BDA583 Pavlova

📋 copy color: '#BDA583'

red 189 ◦ green 165 ◦ blue 131

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

Shades of Pavlova #BDA583

Tints of Pavlova #BDA583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 38.97%
G = 34.02%
B = 27.01%

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

#BDA583 (or 0xBDA583) is known color: Pavlova. HEX triplet: BD, A5 and 83. RGB value is (189,165,131). Sum of RGB (Red+Green+Blue) = 189+165+131=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA583 is #425A7C. Grayscale: #A8A8A8. Windows color (decimal): -4348541 or 8627645. OLE color: 8627645.

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

Color convert

RGB 189 165 131 -
CMYK 0 0.13 0.31 0.26
HSL 35.17º 0.31% 0.63% -
HSV(B) 35.17º 0.31% 0.74% -
XYZ 38.54 39.37 27.04 -
YUV 168.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 189 165 131 0 0.13 0.31 0.26 35.17 0.31 0.63
Hex BD A5 83 0 D 1F 1A 23 1F 3F
Octal 275 245 203 0 15 37 32 43 37 77
Binary 10111101 10100101 10000011 0 1101 11111 11010 100011 11111 111111

Color Harmonies of #BDA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA583

Black with #BDA583

Text Example


Text Example

White with #BDA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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