Html Css Color HEX #BDA57F Pavlova

📋 copy color: '#BDA57F'

red 189 ◦ green 165 ◦ blue 127

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

Shades of Pavlova #BDA57F

Tints of Pavlova #BDA57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.4%

R = 39.29%
G = 34.3%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA57F (or 0xBDA57F) is known color: Pavlova. HEX triplet: BD, A5 and 7F. RGB value is (189,165,127). Sum of RGB (Red+Green+Blue) = 189+165+127=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA57F is #425A80. Grayscale: #A8A8A8. Windows color (decimal): -4348545 or 8365501. OLE color: 8365501.

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

Color convert

RGB 189 165 127 -
CMYK 0 0.13 0.33 0.26
HSL 36.77º 0.32% 0.62% -
HSV(B) 36.77º 0.33% 0.74% -
XYZ 38.27 39.26 25.64 -
YUV 167.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 189 165 127 0 0.13 0.33 0.26 36.77 0.32 0.62
Hex BD A5 7F 0 D 21 1A 25 20 3E
Octal 275 245 177 0 15 41 32 45 40 76
Binary 10111101 10100101 1111111 0 1101 100001 11010 100101 100000 111110

Color Harmonies of #BDA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA57F

Black with #BDA57F

Text Example


Text Example

White with #BDA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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