Html Css Color HEX #BDA97F Pavlova

📋 copy color: '#BDA97F'

red 189 ◦ green 169 ◦ blue 127

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

Shades of Pavlova #BDA97F

Tints of Pavlova #BDA97F

RGB

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

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

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

R = 38.97%
G = 34.85%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA97F (or 0xBDA97F) is known color: Pavlova. HEX triplet: BD, A9 and 7F. RGB value is (189,169,127). Sum of RGB (Red+Green+Blue) = 189+169+127=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA97F is #425680. Grayscale: #AAAAAA. Windows color (decimal): -4347521 or 8366525. OLE color: 8366525.

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

Color convert

RGB 189 169 127 -
CMYK 0 0.11 0.33 0.26
HSL 40.65º 0.32% 0.62% -
HSV(B) 40.65º 0.33% 0.74% -
XYZ 39.01 40.73 25.88 -
YUV 170.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 189 169 127 0 0.11 0.33 0.26 40.65 0.32 0.62
Hex BD A9 7F 0 B 21 1A 29 20 3E
Octal 275 251 177 0 13 41 32 51 40 76
Binary 10111101 10101001 1111111 0 1011 100001 11010 101001 100000 111110

Color Harmonies of #BDA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA97F

Black with #BDA97F

Text Example


Text Example

White with #BDA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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