Html Css Color HEX #BDA478 Pavlova

📋 copy color: '#BDA478'

red 189 ◦ green 164 ◦ blue 120

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

Shades of Pavlova #BDA478

Tints of Pavlova #BDA478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 39.96%
G = 34.67%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA478 (or 0xBDA478) is known color: Pavlova. HEX triplet: BD, A4 and 78. RGB value is (189,164,120). Sum of RGB (Red+Green+Blue) = 189+164+120=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA478 is #425B87. Grayscale: #A6A6A6. Windows color (decimal): -4348808 or 7906493. OLE color: 7906493.

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

Color convert

RGB 189 164 120 -
CMYK 0 0.13 0.37 0.26
HSL 38.26º 0.34% 0.61% -
HSV(B) 38.26º 0.37% 0.74% -
XYZ 37.65 38.73 23.26 -
YUV 166.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 189 164 120 0 0.13 0.37 0.26 38.26 0.34 0.61
Hex BD A4 78 0 D 25 1A 26 22 3D
Octal 275 244 170 0 15 45 32 46 42 75
Binary 10111101 10100100 1111000 0 1101 100101 11010 100110 100010 111101

Color Harmonies of #BDA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA478

Black with #BDA478

Text Example


Text Example

White with #BDA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA478; }

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

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

background-color css

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

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

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

border-color css

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

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

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