Html Css Color HEX #BDA078 Fallow

📋 copy color: '#BDA078'

red 189 ◦ green 160 ◦ blue 120

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

Shades of Fallow #BDA078

Tints of Fallow #BDA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

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

R = 40.3%
G = 34.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA078 (or 0xBDA078) is known color: Fallow. HEX triplet: BD, A0 and 78. RGB value is (189,160,120). Sum of RGB (Red+Green+Blue) = 189+160+120=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA078 is #425F87. Grayscale: #A4A4A4. Windows color (decimal): -4349832 or 7905469. OLE color: 7905469.

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

Color convert

RGB 189 160 120 -
CMYK 0 0.15 0.37 0.26
HSL 34.78º 0.34% 0.61% -
HSV(B) 34.78º 0.37% 0.74% -
XYZ 36.95 37.32 23.02 -
YUV 164.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 189 160 120 0 0.15 0.37 0.26 34.78 0.34 0.61
Hex BD A0 78 0 F 25 1A 23 22 3D
Octal 275 240 170 0 17 45 32 43 42 75
Binary 10111101 10100000 1111000 0 1111 100101 11010 100011 100010 111101

Color Harmonies of #BDA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA078

Black with #BDA078

Text Example


Text Example

White with #BDA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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