Html Css Color HEX #BDA481 Pavlova

📋 copy color: '#BDA481'

red 189 ◦ green 164 ◦ blue 129

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

Shades of Pavlova #BDA481

Tints of Pavlova #BDA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 39.21%
G = 34.02%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDA481 (or 0xBDA481) is known color: Pavlova. HEX triplet: BD, A4 and 81. RGB value is (189,164,129). Sum of RGB (Red+Green+Blue) = 189+164+129=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA481 is #425B7E. Grayscale: #A7A7A7. Windows color (decimal): -4348799 or 8496317. OLE color: 8496317.

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

Color convert

RGB 189 164 129 -
CMYK 0 0.13 0.32 0.26
HSL 35º 0.31% 0.62% -
HSV(B) 35º 0.32% 0.74% -
XYZ 38.22 38.95 26.27 -
YUV 167.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 189 164 129 0 0.13 0.32 0.26 35 0.31 0.62
Hex BD A4 81 0 D 20 1A 23 1F 3E
Octal 275 244 201 0 15 40 32 43 37 76
Binary 10111101 10100100 10000001 0 1101 100000 11010 100011 11111 111110

Color Harmonies of #BDA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA481

Black with #BDA481

Text Example


Text Example

White with #BDA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA481; }

 p { color: rgb(189,164,129); }

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

background-color css

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

 a { background-color: rgb(189,164,129); }

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

border-color css

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

 span { border-color: rgb(189,164,129); }

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